fix(security): restore litellm integrations below 1.82.6#966
Merged
Conversation
Re-enable LiteLLM-backed providers and tools after the temporary hard-disable, while pinning the dependency below 1.82.6 to avoid the compromised release window.
chenjw
approved these changes
Mar 25, 2026
|
Failed to generate code suggestions for PR |
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.
Description
Restore LiteLLM-backed integrations that were temporarily hard-disabled, while constraining the Python dependency to stay below
1.82.6so installs do not resolve into the compromised release window.Related Issue
Type of Change
Changes Made
#937so the LiteLLM-backed path is restored cleanly.litellmto>=1.0.0,<1.82.6in project metadata and lockfile to avoid the compromised versions and newer unconfirmed releases.Testing
Checklist
Screenshots (if applicable)
Additional Notes
python -m pytest --override-ini addopts='' tests/unit/test_litellm_embedder.py1.82.6until the upstream incident is fully closed and a clearly safe version is communicated.