Skip to content

Commit

Permalink
Limit pydantic version due to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgervan committed Sep 6, 2024
1 parent 1cba52b commit 6ca1517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers = [ #! Update me
python = "^3.8.4"
importlib_metadata = {version = "^4.5.0", python = "<3.8"}
api-client-pydantic = "^3.0.0"
pydantic = ">=2.0,<2.8.2"
[tool.poetry.dev-dependencies]
bandit = "^1.7.8"
black = {version = "^24.2.0", allow-prereleases = true}
Expand Down

0 comments on commit 6ca1517

Please sign in to comment.