Skip to content

Commit

Permalink
chore: upgrade Pydantic pin to 2.5.3 and fastapi to 0.109.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Jan 20, 2024
1 parent ced8331 commit 6b851ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/fal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ portalocker = "^2.7.0"
rich = "^13.3.2"
packaging = ">=21.3"
pathspec = "^0.11.1"
pydantic = "<2.0"
pydantic = "2.5.3" # ">=1.0,<3.0"

# serve=True dependencies
fastapi = "0.99.1"
fastapi = "0.109.0"

# rest-api-client dependencies
httpx = ">=0.15.4,<0.25.0"
Expand Down

0 comments on commit 6b851ac

Please sign in to comment.