Skip to content

Commit 0db2041

Browse files
GWealecopybara-github
authored andcommitted
fix: Correct FastAPI version constraint in toml
The upper bound for the `fastapi` dependency is adjusted from `<1.119.0` to `<0.119.0`. Close #3422 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 830465681
1 parent 352dd99 commit 0db2041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"anyio>=4.9.0, <5.0.0;python_version>='3.10'", # For MCP Session Manager
3131
"authlib>=1.5.1, <2.0.0", # For RestAPI Tool
3232
"click>=8.1.8, <9.0.0", # For CLI tools
33-
"fastapi>=0.115.0, <1.119.0", # FastAPI framework
33+
"fastapi>=0.115.0, <0.119.0", # FastAPI framework
3434
"google-api-python-client>=2.157.0, <3.0.0", # Google API client discovery
3535
"google-cloud-aiplatform[agent_engines]>=1.125.0, <2.0.0", # For VertexAI integrations, e.g. example store.
3636
"google-cloud-bigquery-storage>=2.0.0",

0 commit comments

Comments
 (0)