File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ classifiers = [
2222dependencies = [
2323 " numpy>=2.4.6" ,
2424 " onnxruntime>1.20.0; python_version >= '3.11'" ,
25- " tqdm>=4.68.1 " ,
25+ " tqdm>=4.68.2 " ,
2626 " requests>=2.34.2" ,
2727 # Floor reflects the minimal stable Tokenizer/AddedToken/Encoding/encode_batch
2828 # API surface this package actually uses (stable since ~0.13), not "latest".
2929 # Keep it low so qwen3-embed stays co-installable with transformers and other
3030 # tokenizers consumers (e.g. transformers 5.10.x caps tokenizers<=0.23.0). See #691.
3131 " tokenizers>=0.23.1,<1.0" ,
32- " huggingface-hub>=1.18 .0,<2.0" ,
32+ " huggingface-hub>=1.19 .0,<2.0" ,
3333 " loguru>=0.7.3" ,
3434]
3535
@@ -45,9 +45,9 @@ dev = [
4545 " pytest>=9.0.3" ,
4646 " pytest-cov>=7.1.0" ,
4747 " pytest-xdist>=3.8.0" ,
48- " syrupy>=5.3.1 " ,
49- " ruff>=0.15.16 " ,
50- " ty>=0.0.45 " ,
48+ " syrupy>=5.3.2 " ,
49+ " ruff>=0.15.17 " ,
50+ " ty>=0.0.49 " ,
5151]
5252
5353[build-system ]
You can’t perform that action at this time.
0 commit comments