Skip to content

Commit

Permalink
Merge pull request #107 from mistralai/fix/deps-pin
Browse files Browse the repository at this point in the history
deps: fix pin
  • Loading branch information
jean-malo authored Jun 19, 2024
2 parents 6472992 + d206ede commit cd72257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ exclude = ["docs", "tests", "examples", "tools", "build"]


[tool.poetry.dependencies]
python = "^3.9,<4.0"
orjson = "^3.9.10,<3.11"
pydantic = "^2.5.2,<3"
httpx = "^0.25,<1"
python = ">=3.9,<4.0"
orjson = ">=3.9.10,<3.11"
pydantic = ">=2.5.2,<3"
httpx = ">=0.25,<1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cd72257

Please sign in to comment.