Skip to content

Commit fb4fcb0

Browse files
authored
Merge pull request #1427 from Open-Source-Legal/dependabot/pip/tokenizers-gte-0.23.1-and-lt-0.24
Update tokenizers requirement from <0.23,>=0.21 to >=0.23.1,<0.24
2 parents 6e6914a + 5417265 commit fb4fcb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pydantic==2.*
1212
typing-extensions==4.* # https://github.com/python/typing_extensions
1313
requests>=2.33.1,<3 # https://requests.readthedocs.io/en/latest/
1414
httpx>=0.28.1,<1 # https://github.com/encode/httpx - async HTTP for agent tools
15-
tokenizers>=0.21,<0.23 # Pin to prevent conflicts with transformers
15+
tokenizers>=0.23.1,<0.24 # Pin to prevent conflicts with transformers
1616

1717

1818
# Django

0 commit comments

Comments
 (0)