We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e6914a + 5417265 commit fb4fcb0Copy full SHA for fb4fcb0
1 file changed
requirements/base.txt
@@ -12,7 +12,7 @@ pydantic==2.*
12
typing-extensions==4.* # https://github.com/python/typing_extensions
13
requests>=2.33.1,<3 # https://requests.readthedocs.io/en/latest/
14
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
+tokenizers>=0.23.1,<0.24 # Pin to prevent conflicts with transformers
16
17
18
# Django
0 commit comments