Skip to content

Commit 004d63b

Browse files
authored
Revert "Pin tokenizers <= 0.21.2 as later 0.21.4 doesn't have required wheels" (#2340)
1 parent 86d70b5 commit 004d63b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pydantic_ai_slim/pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ dependencies = [
6363
logfire = ["logfire>=3.11.0"]
6464
# Models
6565
openai = ["openai>=1.92.0"]
66-
cohere = [
67-
"cohere>=5.16.0; platform_system != 'Emscripten'",
68-
# Remove once all wheels for 0.21.4+ are built successfully
69-
# https://github.com/huggingface/tokenizers/actions/runs/16570140346/job/46860152621
70-
"tokenizers<=0.21.2",
71-
]
66+
cohere = ["cohere>=5.16.0; platform_system != 'Emscripten'"]
7267
vertexai = ["google-auth>=2.36.0", "requests>=2.32.2"]
7368
google = ["google-genai>=1.24.0"]
7469
anthropic = ["anthropic>=0.52.0"]

uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)