We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07629f commit ec000b8Copy full SHA for ec000b8
pyproject.toml
@@ -68,9 +68,8 @@ docs = [
68
"sphinx-autodoc-typehints>=1.12.0,<2.0.0",
69
]
70
litellm = [
71
- "litellm>=1.73.1,<2.0.0",
72
- # https://github.com/BerriAI/litellm/issues/13711
73
- "openai<1.100.0",
+ "litellm>=1.75.9,<2.0.0",
+ "openai>=1.68.0,<1.102.0",
74
75
llamaapi = [
76
"llama-api-client>=0.1.0,<1.0.0",
0 commit comments