@@ -12,15 +12,17 @@ authors = [
1212]
1313dependencies = [
1414 " pydantic-settings>=2.10.1" , # Config management
15- " a2a-sdk==0.2.12 " , # For Google Agent2Agent protocol
15+ " a2a-sdk==0.3.1 " , # For Google Agent2Agent protocol
1616 " deprecated>=1.2.18" ,
17- " google-adk==1.8 .0" , # For basic agent architecture
17+ " google-adk==1.11 .0" , # For basic agent architecture
1818 " litellm>=1.74.3" , # For model inference
1919 " loguru>=0.7.3" , # For better logging
2020 " openinference-instrumentation-google-adk>=0.1.1" , # For OpenInference instrumentation
2121 " opentelemetry-exporter-otlp>=1.35.0" ,
2222 " opentelemetry-instrumentation-logging>=0.56b0" ,
2323 " wrapt>=1.17.2" , # For patching built-in functions
24+ " typer>=0.16.0" , # For command-line implementation
25+
2426]
2527
2628[project .scripts ]
@@ -41,8 +43,6 @@ eval = [
4143]
4244cli = [
4345 " volcengine-python-sdk==4.0.3" , # For Volcengine API
44- " typer>=0.16.0" , # For command-line implementation
45- " streamlit==1.46.1" , # For running VeADK studio app
4646 " agent-pilot-sdk>=0.0.9" , # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
4747 " fastmcp>=2.11.3" , # For running MCP
4848]
@@ -71,4 +71,4 @@ exclude = ["assets*", "ide*", "tests*"]
7171include-package-data = true
7272
7373[tool .setuptools .package-data ]
74- "veadk" = [" **/*" ]
74+ "veadk" = [" **/*" ]
0 commit comments