Commit e973429
Tighten version floors: transformers >=5.0, huggingface-hub >=1.0, Python >=3.10
- transformers: 4.x line is dead, 5.x stable since late 2025, CI uses 5.3.0
- huggingface-hub: jumped to 1.x major version, 0.x is obsolete
- requires-python: 3.9 hit EOL October 2025, raises FastAPI compat issues
- ruff target-version: updated to py310 to match
- Added Python 3.10/3.11/3.12 classifiers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 67908be commit e973429
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | | - | |
| 84 | + | |
0 commit comments