Skip to content

Commit

Permalink
Allow Pydantic >= 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camillol committed Aug 1, 2024
1 parent affbb92 commit 02de671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8.0"
databases = "^0.7.0"
pydantic = "v2.5.3"
pydantic = "^2.5.3"
SQLAlchemy = "^1.4.42"
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
# Async database drivers
Expand Down

0 comments on commit 02de671

Please sign in to comment.