Skip to content

Commit c3f372f

Browse files
build: Exclude litellm versions
1 parent 5c970e7 commit c3f372f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_file_text(file_name):
6565
"langchain": ["langchain>=0.0.210"],
6666
"langgraph": ["langgraph>=0.6.6"],
6767
"launchdarkly": ["launchdarkly-server-sdk>=9.8.0"],
68-
"litellm": ["litellm>=1.77.5"],
68+
"litellm": ["litellm>=1.77.5,!=1.82.7,!=1.82.8"],
6969
"litestar": ["litestar>=2.0.0"],
7070
"loguru": ["loguru>=0.5"],
7171
"mcp": ["mcp>=1.15.0"],

0 commit comments

Comments
 (0)