Skip to content

Commit a64b6b2

Browse files
committed
fix(deps): change and fix deps versions
1 parent eb359e5 commit a64b6b2

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pyproject.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@ authors = [
1212
{name = "Meng Wang", email = "[email protected]"}
1313
]
1414
dependencies = [
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",
23-
"opentelemetry-instrumentation-logging>=0.56b0",
24-
"wrapt>=1.17.2", # For patching built-in functions
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",
23+
"opentelemetry-instrumentation-logging==0.56b0",
24+
"wrapt==1.17.2", # For patching built-in functions
2525
"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)
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)
4141
"opensearch-py==2.8.0",
42-
"filetype>=1.2.0",
43-
"vikingdb-python-sdk>=0.1.3",
44-
"agentkit-sdk-python"
42+
"filetype==1.2.0",
43+
"vikingdb-python-sdk==0.1.3",
44+
"agentkit-sdk-python==0.2.0"
4545
]
4646

4747
[project.scripts]

0 commit comments

Comments
 (0)