Skip to content

Commit

Permalink
Bump fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Feb 4, 2025
1 parent 46d4628 commit 02d0274
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 @@ -65,7 +65,7 @@ sqlmodel = "0.0.18"
importlib_metadata = { version = "<=7.0.0", python = "<3.10" }

# Optional dependencies for the ZenServer
fastapi = { version = ">=0.100, <=0.110", optional = true }
fastapi = { version = ">=0.100, <=0.115.8", optional = true }
uvicorn = { extras = ["standard"], version = ">=0.17.5", optional = true }
python-multipart = { version = "~0.0.9", optional = true }
pyjwt = { extras = ["crypto"], version = "2.7.*", optional = true }
Expand Down

0 comments on commit 02d0274

Please sign in to comment.