Skip to content

Commit

Permalink
fix(deps): update dependency pydantic to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 11, 2023
1 parent 18484ea commit e825b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.11"
fastapi = "^0.98.0"
uvicorn = "^0.22.0"
sqlalchemy = "^2.0.15"
pydantic = {version ="^1.10.9", extras = ["email"]}
pydantic = {version ="^2.0.0", extras = ["email"]}
requests = "^2.31.0"
psycopg2 = "^2.9.1"

Expand Down

0 comments on commit e825b7c

Please sign in to comment.