Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ dependencies = [
"ruff>=0.13.0,<0.15.0",
# Include required package dependencies for mypy
"strands-agents @ {root:uri}",
# Pin mistralai to GitHub while PyPI package is quarantined
"mistralai @ git+https://github.com/mistralai/client-python.git@v1.12.4",
]
python = "3.10"

Expand Down Expand Up @@ -155,6 +157,8 @@ dependencies = [
"pytest-xdist>=3.0.0,<4.0.0",
"pytest-timeout>=2.0.0,<3.0.0",
"moto>=5.1.0,<6.0.0",
# Pin mistralai to GitHub while PyPI package is quarantined
"mistralai @ git+https://github.com/mistralai/client-python.git@v1.12.4",
]

[[tool.hatch.envs.hatch-test.matrix]]
Expand All @@ -175,6 +179,8 @@ dependencies = [
"commitizen>=4.4.0,<5.0.0",
"hatch>=1.0.0,<2.0.0",
"pre-commit>=3.2.0,<4.7.0",
# Pin mistralai to GitHub while PyPI package is quarantined
"mistralai @ git+https://github.com/mistralai/client-python.git@v1.12.4",
]


Expand Down
Loading