Skip to content

Commit bc5ed08

Browse files
committed
litellm is now pinned to >=1.50.0,<=1.82.6
1 parent 082315c commit bc5ed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Text Processing :: Linguistic",
2828
]
2929
dependencies = [
30-
"litellm>=1.50.0",
30+
"litellm>=1.50.0,<=1.82.6",
3131
"jinja2>=3.1",
3232
"pydantic>=2.0",
3333
"tenacity>=8.2",

0 commit comments

Comments
 (0)