@@ -25,6 +25,7 @@ classifiers = [ # List of https://pypi.org/classifiers/
2525]
2626dependencies = [
2727 # go/keep-sorted start
28+ " PyYAML>=6.0.2" , # For APIHubToolset.
2829 " anyio>=4.9.0;python_version>='3.10'" , # For MCP Session Manager
2930 " authlib>=1.5.1" , # For RestAPI Tool
3031 " click>=8.1.8" , # For CLI tools
@@ -34,7 +35,7 @@ dependencies = [
3435 " google-cloud-secret-manager>=2.22.0" , # Fetching secrets in RestAPI Tool
3536 " google-cloud-speech>=2.30.0" , # For Audio Transcription
3637 " 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
3839 " graphviz>=0.20.2" , # Graphviz for graph rendering
3940 " mcp>=1.8.0;python_version>='3.10'" , # For MCP Toolset
4041 " opentelemetry-api>=1.31.0" , # OpenTelemetry
@@ -43,7 +44,6 @@ dependencies = [
4344 " pydantic>=2.0, <3.0.0" , # For data validation/models
4445 " python-dateutil>=2.9.0.post0" , # For Vertext AI Session Service
4546 " python-dotenv>=1.0.0" , # To manage environment variables
46- " PyYAML>=6.0.2" , # For APIHubToolset.
4747 " requests>=2.32.4" ,
4848 " sqlalchemy>=2.0" , # SQL database ORM
4949 " starlette>=0.46.2" , # For FastAPI CLI
@@ -70,9 +70,9 @@ dev = [
7070 # go/keep-sorted start
7171 " flit>=3.10.0" ,
7272 " isort>=6.0.0" ,
73+ " mypy>=1.15.0" ,
7374 " pyink>=24.10.0" ,
7475 " pylint>=2.6.0" ,
75- " mypy>=1.15.0" ,
7676 # go/keep-sorted end
7777]
7878
@@ -98,7 +98,6 @@ test = [
9898 " langgraph>=0.2.60" , # For LangGraphAgent
9999 " litellm>=1.71.2" , # For LiteLLM tests
100100 " llama-index-readers-file>=0.4.0" , # For retrieval tests
101-
102101 " pytest-asyncio>=0.25.0" ,
103102 " pytest-mock>=3.14.0" ,
104103 " pytest-xdist>=3.6.1" ,
0 commit comments