File tree Expand file tree Collapse file tree 2 files changed +83
-83
lines changed
Expand file tree Collapse file tree 2 files changed +83
-83
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Easily configurable API & frontend providing simple access to dyn
55readme = " README.md"
66requires-python = " ==3.13.9"
77dependencies = [
8- " fastapi[standard]==0.121.3 " ,
8+ " fastapi[standard]==0.122.1 " ,
99 " gitpython==3.1.45" ,
1010 " huggingface-hub==0.36.0" ,
1111 " prometheus-client==0.23.1" ,
@@ -16,12 +16,12 @@ dependencies = [
1616[project .optional-dependencies ]
1717cpu = [
1818 " torch==2.9.1" ,
19- " gliner[stanza]==0.2.22 " ,
19+ " gliner[stanza]==0.2.24 " ,
2020 " onnxruntime==1.23.2" ,
2121]
2222gpu = [
2323 " torch==2.9.1" ,
24- " gliner[stanza]==0.2.22 " ,
24+ " gliner[stanza]==0.2.24 " ,
2525 " onnxruntime-gpu==1.23.2" ,
2626]
2727frontend = [
@@ -57,7 +57,7 @@ explicit = true
5757[dependency-groups ]
5858dev = [
5959 " ipykernel==7.1.0" ,
60- " pre-commit==4.4 .0" ,
61- " ruff==0.14.6 " ,
62- " ty==0.0.1a27 " ,
60+ " pre-commit==4.5 .0" ,
61+ " ruff==0.14.7 " ,
62+ " ty==0.0.1a29 " ,
6363]
You can’t perform that action at this time.
0 commit comments