Skip to content

Commit 39ca34b

Browse files
fix(deps): update non-major dependencies (#727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c67087 commit 39ca34b

2 files changed

Lines changed: 84 additions & 84 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ classifiers = [
2222
dependencies = [
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]

0 commit comments

Comments
 (0)