@@ -15,10 +15,10 @@ classifiers = [ # List of https://pypi.org/classifiers/
1515 " Programming Language :: Python" ,
1616 " Programming Language :: Python :: 3" ,
1717 " Programming Language :: Python :: 3.9" ,
18- " Programming Language :: Python :: 3.13" ,
19- " Programming Language :: Python :: 3.12" ,
20- " Programming Language :: Python :: 3.11" ,
2118 " Programming Language :: Python :: 3.10" ,
19+ " Programming Language :: Python :: 3.11" ,
20+ " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Software Development :: Libraries :: Python Modules" ,
2424 " License :: OSI Approved :: Apache Software License" ,
@@ -31,7 +31,8 @@ dependencies = [
3131 " google-api-python-client>=2.157.0" , # Google API client discovery
3232 " google-cloud-aiplatform>=1.87.0" , # For VertexAI integrations, e.g. example store.
3333 " google-cloud-secret-manager>=2.22.0" , # Fetching secrets in RestAPI Tool
34- " google-cloud-speech>=2.30.0" , # For Audo Transcription
34+ " google-cloud-speech>=2.30.0" , # For Audio Transcription
35+
3536 " google-cloud-storage>=2.18.0, <3.0.0" , # For GCS Artifact service
3637 " google-genai>=1.14.0" , # Google GenAI SDK
3738 " graphviz>=0.20.2" , # Graphviz for graph rendering
@@ -83,7 +84,8 @@ test = [
8384 " langchain-community>=0.3.17" ,
8485 " langgraph>=0.2.60" , # For LangGraphAgent
8586 " litellm>=1.63.11" , # For LiteLLM tests
86- " llama-index-readers-file>=0.4.0" , # for retrieval tests
87+ " llama-index-readers-file>=0.4.0" , # For retrieval tests
88+
8789 " pytest-asyncio>=0.25.0" ,
8890 " pytest-mock>=3.14.0" ,
8991 " pytest-xdist>=3.6.1" ,
@@ -108,7 +110,7 @@ extensions = [
108110 " docker>=7.0.0" , # For ContainerCodeExecutor
109111 " langgraph>=0.2.60" , # For LangGraphAgent
110112 " litellm>=1.63.11" , # For LiteLLM support
111- " llama-index-readers-file>=0.4.0" , # for retrieval usings LlamaIndex.
113+ " llama-index-readers-file>=0.4.0" , # For retrieval using LlamaIndex.
112114 " lxml>=5.3.0" , # For load_web_page tool.
113115]
114116
0 commit comments