fix(deps): cap tokenizers <0.23 to avoid unresolvable transformers conflict - #63
Closed
YassinAliYassin wants to merge 1 commit into
Closed
fix(deps): cap tokenizers <0.23 to avoid unresolvable transformers conflict#63YassinAliYassin wants to merge 1 commit into
YassinAliYassin wants to merge 1 commit into
Conversation
…conflict Dependabot PR #61 (tokenizers>=0.23.1) fails because ALL published transformers versions (4.36-5.15, covering our >=4.36.0 constraint) require tokenizers<=0.23.0. Cap at <0.23.0 to prevent future conflicts and keep existing working resolution.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
Superseded by #64 (same fix, rebuilt off current origin/main to resolve merge conflicts). |
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.
Dependabot PR #61 (tokenizers>=0.23.1) failed CI because every published transformers version (4.36 through 5.15, spanning our
>=4.36.0constraint) requirestokenizers<=0.23.0— the two constraints cannot coexist. This caps tokenizers to<0.23.0(keeping>=0.15.0) so pip can resolve, and prevents future over-bumps.PR #61 has been closed as superseded by this fix.