Skip to content

Commit a60f8fa

Browse files
fix typo
1 parent 3ad03c3 commit a60f8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"<0.50": ["httpx<0.28.0"],
2121
# tokenizers dropped Python 3.8 support, but didn't update package metadata.
2222
# https://github.com/huggingface/tokenizers/commit/f4c9fd7f402fc794df8f1b547a95ee5305f9fe62
23-
"py3.8": ["tokenizors<0.20.4"],
23+
"py3.8": ["tokenizers<0.20.4"],
2424
},
2525
"python": ">=3.8",
2626
},

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ deps =
522522
anthropic: pytest-asyncio
523523
anthropic-v0.16.0: httpx<0.28.0
524524
anthropic-v0.42.0: httpx<0.28.0
525-
{py3.8}-anthropic: tokenizors<0.20.4
525+
{py3.8}-anthropic: tokenizers<0.20.4
526526

527527
cohere-v5.4.0: cohere==5.4.0
528528
cohere-v5.10.0: cohere==5.10.0

0 commit comments

Comments
 (0)