Skip to content

Commit 1c7257b

Browse files
authored
litellm - set 1.73.1 as minimum version (#668)
1 parent 0455756 commit 1c7257b

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
@@ -68,7 +68,7 @@ docs = [
6868
"sphinx-autodoc-typehints>=1.12.0,<2.0.0",
6969
]
7070
litellm = [
71-
"litellm>=1.72.6,<1.73.0",
71+
"litellm>=1.73.1,<2.0.0",
7272
]
7373
llamaapi = [
7474
"llama-api-client>=0.1.0,<1.0.0",

0 commit comments

Comments
 (0)