Skip to content

Commit

Permalink
fix(deps): exclude litellm versions that break get_model_info
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jan 5, 2025
1 parent b19963d commit 3960192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ scipy = ">=1.5.0"
wtpsplit-lite = ">=0.1.0"
# Large Language Models:
huggingface-hub = ">=0.22.0"
litellm = ">=1.48.4"
litellm = ">=1.48.4,<1.56.10"
llama-cpp-python = ">=0.3.2"
pydantic = ">=2.7.0"
# Approximate Nearest Neighbors:
Expand Down

0 comments on commit 3960192

Please sign in to comment.