Skip to content

fix(deps): cap tokenizers <0.23 to avoid unresolvable transformers conflict - #63

Closed
YassinAliYassin wants to merge 1 commit into
mainfrom
hermes/hermes-16562eb0
Closed

fix(deps): cap tokenizers <0.23 to avoid unresolvable transformers conflict#63
YassinAliYassin wants to merge 1 commit into
mainfrom
hermes/hermes-16562eb0

Conversation

@YassinAliYassin

Copy link
Copy Markdown
Owner

Dependabot PR #61 (tokenizers>=0.23.1) failed CI because every published transformers version (4.36 through 5.15, spanning our >=4.36.0 constraint) requires tokenizers<=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.

…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.
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solidai-platform Ready Ready Preview Aug 14, 2026 7:33pm

@YassinAliYassin

Copy link
Copy Markdown
Owner Author

Superseded by #64 (same fix, rebuilt off current origin/main to resolve merge conflicts).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant