We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad03c3 commit a60f8faCopy full SHA for a60f8fa
scripts/populate_tox/config.py
@@ -20,7 +20,7 @@
20
"<0.50": ["httpx<0.28.0"],
21
# tokenizers dropped Python 3.8 support, but didn't update package metadata.
22
# https://github.com/huggingface/tokenizers/commit/f4c9fd7f402fc794df8f1b547a95ee5305f9fe62
23
- "py3.8": ["tokenizors<0.20.4"],
+ "py3.8": ["tokenizers<0.20.4"],
24
},
25
"python": ">=3.8",
26
tox.ini
@@ -522,7 +522,7 @@ deps =
522
anthropic: pytest-asyncio
523
anthropic-v0.16.0: httpx<0.28.0
524
anthropic-v0.42.0: httpx<0.28.0
525
- {py3.8}-anthropic: tokenizors<0.20.4
+ {py3.8}-anthropic: tokenizers<0.20.4
526
527
cohere-v5.4.0: cohere==5.4.0
528
cohere-v5.10.0: cohere==5.10.0
0 commit comments