Skip to content

Commit 8052840

Browse files
authored
fix(deps): exclude litellm versions that break get_model_info (#78)
1 parent 8f4bd5f commit 8052840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ scipy = ">=1.5.0"
3434
wtpsplit-lite = ">=0.1.0"
3535
# Large Language Models:
3636
huggingface-hub = ">=0.22.0"
37-
litellm = ">=1.48.4"
37+
litellm = ">=1.48.4,<1.56.10"
3838
llama-cpp-python = ">=0.3.2"
3939
pydantic = ">=2.7.0"
4040
# Approximate Nearest Neighbors:

0 commit comments

Comments
 (0)