Skip to content

Commit

Permalink
Downpinned LiteLLM for Router.acompletion typing break (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Jan 10, 2025
1 parent 25c76c8 commit ab9202c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repos:
- aiohttp
- coredis
- fhaviary[llm]>=0.14.0 # Match pyproject.toml
- litellm>=1.44 # Match pyproject.toml
- litellm>=1.44,<1.57.2 # Match pyproject.toml
- limits
- numpy
- pydantic~=2.0,>=2.10.1,<2.10.2 # Match pyproject.toml
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dev = [
"fh-llm-client[local]",
"fhaviary[xml]",
"ipython>=8", # Pin to keep recent
"litellm<1.57.2", # Pin for Router.acompletion typing break from https://github.com/BerriAI/litellm/pull/7594
"mypy>=1.8", # Pin for mutable-override
"pre-commit>=3.4", # Pin to keep recent
"pylint-pydantic",
Expand Down
6 changes: 5 additions & 1 deletion uv.lock

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

0 comments on commit ab9202c

Please sign in to comment.