File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments