Skip to content

Commit 280fe8a

Browse files
Update pyproject.toml
1 parent 31a2c41 commit 280fe8a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

pyproject.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,22 @@ dependencies = [
1818
"google-adk>=1.10.0", # For basic agent architecture
1919
"litellm>=1.74.3", # For model inference
2020
"loguru>=0.7.3", # For better logging
21-
"openinference-instrumentation-google-adk>=0.1.1", # For OpenInference instrumentation
2221
"opentelemetry-exporter-otlp>=1.35.0",
2322
"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
25+
"volcengine-python-sdk==4.0.3", # For Volcengine API
26+
"agent-pilot-sdk>=0.0.9", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
27+
"fastmcp>=2.11.3", # For running MCP
28+
"cookiecutter>=2.6.0", # For cloud deploy
29+
"opensearch-py==2.8.0", # For OpenSearch database
2630
]
2731

2832
[project.scripts]
2933
veadk = "veadk.cli.cli:veadk"
3034

3135
[project.optional-dependencies]
3236
database = [
33-
"opensearch-py==2.8.0", # For OpenSearch database
3437
"redis>=6.2.0", # For Redis database
3538
"pymysql>=1.1.1", # For MySQL database
3639
"volcengine>=1.0.193", # For Viking DB
@@ -41,12 +44,7 @@ eval = [
4144
"deepeval>=3.2.6", # For DeepEval-based evaluation
4245
"google-adk[eval]", # For Google ADK-based evaluation
4346
]
44-
cli = [
45-
"volcengine-python-sdk==4.0.3", # For Volcengine API
46-
"agent-pilot-sdk>=0.0.9", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
47-
"fastmcp>=2.11.3", # For running MCP
48-
"cookiecutter>=2.6.0", # For cloud deploy
49-
]
47+
cli = []
5048
dev = [
5149
"pre-commit>=4.2.0", # Format checking
5250
"pytest>=8.4.1",
@@ -77,4 +75,4 @@ include-package-data = true
7775
[tool.ruff]
7876
exclude = [
7977
"veadk/integrations/ve_faas/template/*"
80-
]
78+
]

0 commit comments

Comments
 (0)