chore(deps): audit and update dependency constraint comments (#2471)#2492
Closed
mrveiss wants to merge 1 commit intoDev_new_guifrom
Closed
chore(deps): audit and update dependency constraint comments (#2471)#2492mrveiss wants to merge 1 commit intoDev_new_guifrom
mrveiss wants to merge 1 commit intoDev_new_guifrom
Conversation
- bcrypt <5.0.0: KEPT — bcrypt 5.0 raises ValueError for >72-byte passwords, breaking unmaintained passlib 1.7.4 - protobuf <6.0.0: KEPT — TF 2.19.1 requires <6.0.0dev. Added roadmap note: TF 2.21+ needs protobuf>=6.31.1 - llama-index: WIDENED <0.14.0 → <0.15.0 — 0.14.x verified compatible with sub-packages at their 0.7.x/0.5.x lower bounds
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.
Closes #2471
Findings
bcrypt (
autobot-slm-backend/requirements.txt): Constraint<5.0.0KEPT. bcrypt 5.0.0 raisesValueErrorfor >72-byte passwords. passlib 1.7.4 (unmaintained since 2020) doesn't pre-truncate. Updated comment with specific breaking behavior + verification date.protobuf (
requirements.txt): Constraint<6.0.0KEPT. TF 2.19.1 requiresprotobuf<6.0.0dev(verified from PyPI metadata). Added roadmap: TF 2.21+ needsprotobuf>=6.31.1, so TF must be upgraded first.llama-index (
autobot-backend/requirements.txt): WIDENED<0.14.0→<0.15.0. 0.14.x released and sub-packages at 0.7.x/0.5.x lower bounds all supportllama-index-core>=0.13.0(verified via PyPI JSON metadata).