Files
crewAI/lib
Devin AI 9317a4bfa1 fix: update tokenizers dependency to >=0.21 to fix broken sdist (closes #4550)
tokenizers 0.20.x has a broken pyproject.toml (missing project.version),
which causes installation failures when building from source (sdist),
particularly on Windows with uv. Update the constraint from ~=0.20.3
to >=0.21,<1 to avoid the broken versions.

Add regression tests to ensure the constraint stays correct.

Co-Authored-By: João <joao@crewai.com>
2026-02-20 21:16:01 +00:00
..