8000 chore: Add all missing direct deps to pyproject.toml · MrunmayS/adk-python@313f1b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 313f1b0

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: Add all missing direct deps to pyproject.toml
PiperOrigin-RevId: 770887371
1 parent b2fc774 commit 313f1b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [ # List of https://pypi.org/classifiers/
2525
]
2626
dependencies = [
2727
# go/keep-sorted start
28+
"anyio>=4.9.0;python_version>='3.10'", # For MCP Session Manager
2829
"authlib>=1.5.1", # For RestAPI Tool
2930
"click>=8.1.8", # For CLI tools
3031
"fastapi>=0.115.0", # FastAPI framework
@@ -40,12 +41,16 @@ dependencies = [
4041
"opentelemetry-exporter-gcp-trace>=1.9.0",
4142
"opentelemetry-sdk>=1.31.0",
4243
"pydantic>=2.0, <3.0.0", # For data validation/models
44+
"python-dateutil>=2.9.0.post0", # For Vertext AI Session Service
4345
"python-dotenv>=1.0.0", # To manage environment variables
4446
"PyYAML>=6.0.2", # For APIHubToolset.
47+
"requests>=2.32.4",
4548
"sqlalchemy>=2.0", # SQL database ORM
46-
"tzlocal>=5.3", # Time zone utilities
49+
"starlette>=0.46.2", # For FastAPI CLI
4750
"typing-extensions>=4.5, <5",
51+
"tzlocal>=5.3", # Time zone utilities
4852
"uvicorn>=0.34.0", # ASGI server for FastAPI
53+
"websockets>=15.0.1", # For BaseLlmFlow
4954
# go/keep-sorted end
5055
]
5156
dynamic = ["version"]

0 commit comments

Comments
 (0)
0