Upgrade LiteLLM from v1.81.12 to v1.83.14 with dependency updates#2369
Open
PeterDaveHello wants to merge 1 commit intoThe-PR-Agent:mainfrom
Open
Upgrade LiteLLM from v1.81.12 to v1.83.14 with dependency updates#2369PeterDaveHello wants to merge 1 commit intoThe-PR-Agent:mainfrom
PeterDaveHello wants to merge 1 commit intoThe-PR-Agent:mainfrom
Conversation
Align directly pinned dependencies with the versions required by the new LiteLLM release so fresh installs resolve consistently. LiteLLM v1.82.7 and v1.82.8 are intentionally omitted from the reviewed stable release list because they were removed from PyPI after the March 2026 supply-chain compromise. Stable releases reviewed: - https://pypi.org/project/litellm/1.81.13/ - https://pypi.org/project/litellm/1.81.14/ - https://pypi.org/project/litellm/1.81.15/ - https://pypi.org/project/litellm/1.81.16/ - https://pypi.org/project/litellm/1.82.0/ - https://pypi.org/project/litellm/1.82.1/ - https://pypi.org/project/litellm/1.82.2/ - https://pypi.org/project/litellm/1.82.3/ - https://pypi.org/project/litellm/1.82.4/ - https://pypi.org/project/litellm/1.82.5/ - https://pypi.org/project/litellm/1.82.6/ - https://pypi.org/project/litellm/1.83.0/ - https://pypi.org/project/litellm/1.83.1/ - https://pypi.org/project/litellm/1.83.2/ - https://pypi.org/project/litellm/1.83.3/ - https://pypi.org/project/litellm/1.83.4/ - https://pypi.org/project/litellm/1.83.5/ - https://pypi.org/project/litellm/1.83.6/ - https://pypi.org/project/litellm/1.83.7/ - https://pypi.org/project/litellm/1.83.8/ - https://pypi.org/project/litellm/1.83.9/ - https://pypi.org/project/litellm/1.83.10/ - https://pypi.org/project/litellm/1.83.11/ - https://pypi.org/project/litellm/1.83.12/ - https://pypi.org/project/litellm/1.83.13/ - https://pypi.org/project/litellm/1.83.14/
Contributor
Review Summary by QodoUpgrade LiteLLM to v1.83.14 with dependency updates
WalkthroughsDescription• Upgrade LiteLLM from v1.81.12 to v1.83.14 • Update aiohttp from 3.12.15 to 3.13.4 • Update tiktoken from 0.8.0 to 0.12.0 • Update pydantic from 2.8.2 to 2.12.5 Diagramflowchart LR
A["Current Dependencies"] -- "Upgrade" --> B["LiteLLM v1.83.14"]
A -- "Upgrade" --> C["aiohttp v3.13.4"]
A -- "Upgrade" --> D["tiktoken v0.12.0"]
A -- "Upgrade" --> E["pydantic v2.12.5"]
B --> F["Updated requirements.txt"]
C --> F
D --> F
E --> F
File Changes1. requirements.txt
|
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Align directly pinned dependencies with the versions required by the new LiteLLM release so fresh installs resolve consistently.
LiteLLM v1.82.7 and v1.82.8 are intentionally omitted from the reviewed stable release list because they were removed from PyPI after their March 2026 supply-chain compromise. (BerriAI/litellm#24518)
Stable releases reviewed: