Upgrade LiteLLM from v1.81.12 to v1.83.14 with dependency updates#2369
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/
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
|
|
Hi maintainers, could you please merge this when you have a moment? It is important because it fixes CVE-2026-35030, and we would like to consume the patched version as soon as possible. Thanks. |
|
Let's ping @naorpeled, though I think his bandwidth is limited. |
Hey, |
No problem, and let us know how we can help. There are many areas where PR-Agent is worth pushing forward! |
Will do, I DMd you on X btw And thanks for all the help everyone, much appreciated! |
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: