Skip to content

Commit

Permalink
⬆️ Change the version limit range of pydantic.
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Sep 22, 2024
1 parent ff37d60 commit 523f083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 220 deletions.
219 changes: 0 additions & 219 deletions poetry.lock

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8.0"
pydantic = "<=2.6.1"
pydantic = "^2.0.0"
loguru = "^0.6.0"


Expand Down

0 comments on commit 523f083

Please sign in to comment.