Skip to content

Commit

Permalink
Merge pull request #40 from mistralai/loosen-dependency-requirement
Browse files Browse the repository at this point in the history
Loosen dep requirement for pydantic and json
  • Loading branch information
patrickvonplaten authored Aug 15, 2024
2 parents 0078097 + 3e10368 commit 0748675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ ignore_missing_imports = true

[tool.poetry.dependencies]
python = "^3.8.10"
pydantic = "2.6.1"
jsonschema = "4.21.1"
pydantic = "^2.6.1"
jsonschema = "^4.21.1"
sentencepiece = "0.2.0"
typing-extensions = "^4.11.0"
tiktoken = "^0.7.0"
Expand Down

0 comments on commit 0748675

Please sign in to comment.