Skip to content

Commit 10714ed

Browse files
Update pyproject.toml
1 parent 280fe8a commit 10714ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ dependencies = [
2121
"opentelemetry-exporter-otlp>=1.35.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",
2323
"wrapt>=1.17.2", # For patching built-in functions
24-
"openai<1.100" # For fix https://github.com/BerriAI/litellm/issues/13710
24+
"openai<1.100", # For fix https://github.com/BerriAI/litellm/issues/13710
2525
"volcengine-python-sdk==4.0.3", # For Volcengine API
2626
"agent-pilot-sdk>=0.0.9", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
2727
"fastmcp>=2.11.3", # For running MCP
2828
"cookiecutter>=2.6.0", # For cloud deploy
29-
"opensearch-py==2.8.0", # For OpenSearch database
29+
"opensearch-py==2.8.0" # For OpenSearch database
3030
]
3131

3232
[project.scripts]

0 commit comments

Comments
 (0)