11[project ]
22name = " veadk-python"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -15,8 +15,8 @@ dependencies = [
1515 " pydantic-settings==2.10.1" , # Config management
1616 " a2a-sdk==0.3.7" , # For Google Agent2Agent protocol
1717 " deprecated==1.2.18" ,
18- " google-adk= =1.19.0" , # For basic agent architecture
19- " litellm= =1.74.3" , # For model inference
18+ " google-adk> =1.19.0" , # For basic agent architecture
19+ " litellm> =1.74.3" , # For model inference
2020 " loguru==0.7.3" , # For better logging
2121 " opentelemetry-exporter-otlp==1.37.0" ,
2222 " opentelemetry-instrumentation-logging>=0.56b0" ,
@@ -25,7 +25,7 @@ dependencies = [
2525 " volcengine-python-sdk>=5.0.1" , # For Volcengine API
2626 " volcengine>=1.0.193" , # For Volcengine sign
2727 " agent-pilot-sdk==0.1.2" , # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
28- " fastmcp= =2.12.3" , # For running MCP
28+ " fastmcp> =2.12.3" , # For running MCP
2929 " trustedmcp==0.0.5" , # For running TrustedMCP
3030 " cookiecutter==2.6.0" , # For cloud deploy
3131 " omegaconf==2.3.0" , # For agent builder
@@ -34,7 +34,7 @@ dependencies = [
3434 " llama-index-llms-openai-like==0.5.1" ,
3535 " llama-index-vector-stores-opensearch==0.6.1" ,
3636 " psycopg2-binary==2.9.10" , # For PostgreSQL database (short term memory)
37- " asyncpg= =0.29.0" , # For async PostgreSQL database (short term memory)
37+ " asyncpg> =0.29.0" , # For async PostgreSQL database (short term memory)
3838 " pymysql==1.1.1" , # For MySQL database (short term memory)
3939 " aiomysql==0.3.2" , # For async MySQL database (short term memory)
4040 " opensearch-py==2.8.0" ,
0 commit comments