File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ classifiers = [
2222dependencies = [
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 ]
3636Homepage = " 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 ]
You can’t perform that action at this time.
0 commit comments