@@ -25,6 +25,7 @@ classifiers = [ # List of https://pypi.org/classifiers/
25
25
]
26
26
dependencies = [
27
27
# go/keep-sorted start
28
+ " PyYAML>=6.0.2" , # For APIHubToolset.
28
29
" anyio>=4.9.0;python_version>='3.10'" , # For MCP Session Manager
29
30
" authlib>=1.5.1" , # For RestAPI Tool
30
31
" click>=8.1.8" , # For CLI tools
@@ -34,7 +35,7 @@ dependencies = [
34
35
" google-cloud-secret-manager>=2.22.0" , # Fetching secrets in RestAPI Tool
35
36
" google-cloud-speech>=2.30.0" , # For Audio Transcription
36
37
" google-cloud-storage>=2.18.0, <3.0.0" , # For GCS Artifact service
37
- " google-genai>=1.17.0 " , # Google GenAI SDK
38
+ " google-genai>=1.21.1 " , # Google GenAI SDK
38
39
" graphviz>=0.20.2" , # Graphviz for graph rendering
39
40
" mcp>=1.8.0;python_version>='3.10'" , # For MCP Toolset
40
41
" opentelemetry-api>=1.31.0" , # OpenTelemetry
@@ -43,7 +44,6 @@ dependencies = [
43
44
" pydantic>=2.0, <3.0.0" , # For data validation/models
44
45
" python-dateutil>=2.9.0.post0" , # For Vertext AI Session Service
45
46
" python-dotenv>=1.0.0" , # To manage environment variables
46
- " PyYAML>=6.0.2" , # For APIHubToolset.
47
47
" requests>=2.32.4" ,
48
48
" sqlalchemy>=2.0" , # SQL database ORM
49
49
" starlette>=0.46.2" , # For FastAPI CLI
@@ -70,9 +70,9 @@ dev = [
70
70
# go/keep-sorted start
71
71
" flit>=3.10.0" ,
72
72
" isort>=6.0.0" ,
73
+ " mypy>=1.15.0" ,
73
74
" pyink>=24.10.0" ,
74
75
" pylint>=2.6.0" ,
75
- " mypy>=1.15.0" ,
76
76
# go/keep-sorted end
77
77
]
78
78
@@ -98,7 +98,6 @@ test = [
98
98
" langgraph>=0.2.60" , # For LangGraphAgent
99
99
" litellm>=1.71.2" , # For LiteLLM tests
100
100
" llama-index-readers-file>=0.4.0" , # For retrieval tests
101
-
102
101
" pytest-asyncio>=0.25.0" ,
103
102
" pytest-mock>=3.14.0" ,
104
103
" pytest-xdist>=3.6.1" ,
0 commit comments