11[project ]
22name = " veadk-python"
3- version = " 0.2.34 "
3+ version = " 0.2.35 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -12,36 +12,35 @@ authors = [
1212 {
name =
" Meng Wang" ,
email =
" [email protected] " }
1313]
1414dependencies = [
15- " pydantic-settings>=2.10.1" , # Config management
16- " a2a-sdk>=0.3.0" , # For Google Agent2Agent protocol
17- " deprecated>=1.2.18" ,
18- " google-adk>=1.10.0" , # For basic agent architecture
19- " google-adk<=1.19.0" , # For basic agent architecture
20- " litellm>=1.74.3" , # For model inference
21- " loguru>=0.7.3" , # For better logging
22- " opentelemetry-exporter-otlp>=1.35.0" ,
15+ " pydantic-settings==2.10.1" , # Config management
16+ " a2a-sdk==0.3.7" , # For Google Agent2Agent protocol
17+ " deprecated==1.2.18" ,
18+ " google-adk==1.19.0" , # For basic agent architecture
19+ " litellm==1.74.3" , # For model inference
20+ " loguru==0.7.3" , # For better logging
21+ " opentelemetry-exporter-otlp==1.37.0" ,
2322 " opentelemetry-instrumentation-logging>=0.56b0" ,
24- " wrapt> =1.17.2" , # For patching built-in functions
23+ " wrapt= =1.17.2" , # For patching built-in functions
2524 " openai<1.100" , # For fix https://github.com/BerriAI/litellm/issues/13710
26- " volcengine-python-sdk> =4.0.33" , # For Volcengine API
27- " volcengine> =1.0.193" , # For Volcengine sign
28- " agent-pilot-sdk> =0.1.2" , # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
29- " fastmcp>=2.11 .3" , # For running MCP
30- " trustedmcp> =0.0.4" , # For running TrustedMCP
31- " cookiecutter> =2.6.0" , # For cloud deploy
32- " omegaconf> =2.3.0" , # For agent builder
33- " llama-index> =0.14.0" ,
34- " llama-index-embeddings-openai-like> =0.2.2" ,
35- " llama-index-llms-openai-like> =0.5.1" ,
36- " llama-index-vector-stores-opensearch> =0.6.1" ,
37- " psycopg2-binary> =2.9.10" , # For PostgreSQL database (short term memory)
38- " asyncpg> =0.29.0" , # For async PostgreSQL database (short term memory)
39- " pymysql> =1.1.1" , # For MySQL database (short term memory)
40- " aiomysql> =0.3.2" , # For async MySQL database (short term memory)
25+ " volcengine-python-sdk= =4.0.33" , # For Volcengine API
26+ " volcengine= =1.0.193" , # For Volcengine sign
27+ " agent-pilot-sdk= =0.1.2" , # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
28+ " fastmcp==2.12 .3" , # For running MCP
29+ " trustedmcp= =0.0.4" , # For running TrustedMCP
30+ " cookiecutter= =2.6.0" , # For cloud deploy
31+ " omegaconf= =2.3.0" , # For agent builder
32+ " llama-index= =0.14.0" ,
33+ " llama-index-embeddings-openai-like= =0.2.2" ,
34+ " llama-index-llms-openai-like= =0.5.1" ,
35+ " llama-index-vector-stores-opensearch= =0.6.1" ,
36+ " psycopg2-binary= =2.9.10" , # For PostgreSQL database (short term memory)
37+ " asyncpg= =0.29.0" , # For async PostgreSQL database (short term memory)
38+ " pymysql= =1.1.1" , # For MySQL database (short term memory)
39+ " aiomysql= =0.3.2" , # For async MySQL database (short term memory)
4140 " opensearch-py==2.8.0" ,
42- " filetype> =1.2.0" ,
43- " vikingdb-python-sdk> =0.1.3" ,
44- " agentkit-sdk-python"
41+ " filetype= =1.2.0" ,
42+ " vikingdb-python-sdk= =0.1.3" ,
43+ " agentkit-sdk-python==0.2.0 "
4544]
4645
4746[project .scripts ]
0 commit comments