Skip to content

Commit ea41108

Browse files
fix(deps): update non-major dependencies
1 parent 410e4b3 commit ea41108

4 files changed

Lines changed: 63 additions & 63 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
ref: ${{ needs.release.outputs.tag }}
8282

83-
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
83+
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
8484

8585
- run: uv build
8686

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4848

4949
- name: Setup uv
50-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
50+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5151
with:
5252
version: "latest"
5353

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ classifiers = [
2222
dependencies = [
2323
"numpy>=2.4.6",
2424
"onnxruntime>1.20.0; python_version >= '3.11'",
25-
"tqdm>=4.67.3",
25+
"tqdm>=4.68.1",
2626
"requests>=2.34.2",
2727
"tokenizers>=0.23.1,<1.0",
28-
"huggingface-hub>=1.17.0,<2.0",
28+
"huggingface-hub>=1.18.0,<2.0",
2929
"loguru>=0.7.3",
3030
]
3131

3232
[project.optional-dependencies]
33-
gguf = ["llama-cpp-python>=0.3.23"]
33+
gguf = ["llama-cpp-python>=0.3.26"]
3434

3535
[project.urls]
3636
Homepage = "https://github.com/n24q02m/qwen3-embed"
@@ -41,9 +41,9 @@ dev = [
4141
"pytest>=9.0.3",
4242
"pytest-cov>=7.1.0",
4343
"pytest-xdist>=3.8.0",
44-
"syrupy>=5.2.0",
45-
"ruff>=0.15.15",
46-
"ty>=0.0.40",
44+
"syrupy>=5.3.1",
45+
"ruff>=0.15.16",
46+
"ty>=0.0.44",
4747
]
4848

4949
[build-system]

0 commit comments

Comments
 (0)