Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"anyio>=4.9,<5", # For MCP Session Manager
"authlib>=1.6.6,<2", # For RestAPI Tool
"click>=8.1.8,<9", # For CLI tools
"fastapi>=0.124.1,<1", # FastAPI framework
"fastapi>=0.133.1,<1", # FastAPI framework
"google-api-python-client>=2.157,<3", # Google API client discovery
"google-auth[pyopenssl]>=2.47", # Google Auth library
"google-cloud-aiplatform[agent-engines]>=1.148.1,<2", # For VertexAI integrations, e.g. example store.
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies = [
"requests>=2.32.4,<3",
"sqlalchemy>=2,<3", # SQL database ORM
"sqlalchemy-spanner>=1.14", # Spanner database session service
"starlette>=0.49.1,<1", # For FastAPI CLI
"starlette>=1.0.1,<2", # For FastAPI CLI
"tenacity>=9,<10", # For Retry management
"typing-extensions>=4.5,<5",
"tzlocal>=5.3,<6", # Time zone utilities
Expand Down