We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280fe8a commit 10714edCopy full SHA for 10714ed
1 file changed
pyproject.toml
@@ -21,12 +21,12 @@ dependencies = [
21
"opentelemetry-exporter-otlp>=1.35.0",
22
"opentelemetry-instrumentation-logging>=0.56b0",
23
"wrapt>=1.17.2", # For patching built-in functions
24
- "openai<1.100" # For fix https://github.com/BerriAI/litellm/issues/13710
+ "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
+ "opensearch-py==2.8.0" # For OpenSearch database
30
]
31
32
[project.scripts]
0 commit comments