Skip to content

Commit cd72257

Browse files
authored
Merge pull request #107 from mistralai/fix/deps-pin
deps: fix pin
2 parents 6472992 + d206ede commit cd72257

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ exclude = ["docs", "tests", "examples", "tools", "build"]
2323

2424

2525
[tool.poetry.dependencies]
26-
python = "^3.9,<4.0"
27-
orjson = "^3.9.10,<3.11"
28-
pydantic = "^2.5.2,<3"
29-
httpx = "^0.25,<1"
26+
python = ">=3.9,<4.0"
27+
orjson = ">=3.9.10,<3.11"
28+
pydantic = ">=2.5.2,<3"
29+
httpx = ">=0.25,<1"
3030

3131

3232
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)