Skip to content

Commit 3347d71

Browse files
committed
fix versions
1 parent a64b6b2 commit 3347d71

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ authors = [
1313
]
1414
dependencies = [
1515
"pydantic-settings==2.10.1", # Config management
16-
"a2a-sdk==0.3.0", # For Google Agent2Agent protocol
16+
"a2a-sdk==0.3.7", # For Google Agent2Agent protocol
1717
"deprecated==1.2.18",
18-
"google-adk==1.10.0", # For basic agent architecture
1918
"google-adk==1.19.0", # For basic agent architecture
2019
"litellm==1.74.3", # For model inference
2120
"loguru==0.7.3", # For better logging
22-
"opentelemetry-exporter-otlp==1.35.0",
23-
"opentelemetry-instrumentation-logging==0.56b0",
21+
"opentelemetry-exporter-otlp==1.37.0",
22+
"opentelemetry-instrumentation-logging>=0.56b0",
2423
"wrapt==1.17.2", # For patching built-in functions
2524
"openai<1.100", # For fix https://github.com/BerriAI/litellm/issues/13710
2625
"volcengine-python-sdk==4.0.33", # For Volcengine API
2726
"volcengine==1.0.193", # For Volcengine sign
2827
"agent-pilot-sdk==0.1.2", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
29-
"fastmcp==2.11.3", # For running MCP
28+
"fastmcp==2.12.3", # For running MCP
3029
"trustedmcp==0.0.4", # For running TrustedMCP
3130
"cookiecutter==2.6.0", # For cloud deploy
3231
"omegaconf==2.3.0", # For agent builder

0 commit comments

Comments
 (0)