Skip to content

Commit b34050b

Browse files
fix(deps): update python: non-major updates
1 parent 9786da6 commit b34050b

File tree

2 files changed

+83
-83
lines changed

2 files changed

+83
-83
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Easily configurable API & frontend providing simple access to dyn
55
readme = "README.md"
66
requires-python = "==3.13.9"
77
dependencies = [
8-
"fastapi[standard]==0.121.3",
8+
"fastapi[standard]==0.123.0",
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]
1717
cpu = [
1818
"torch==2.9.1",
19-
"gliner[stanza]==0.2.22",
19+
"gliner[stanza]==0.2.24",
2020
"onnxruntime==1.23.2",
2121
]
2222
gpu = [
2323
"torch==2.9.1",
24-
"gliner[stanza]==0.2.22",
24+
"gliner[stanza]==0.2.24",
2525
"onnxruntime-gpu==1.23.2",
2626
]
2727
frontend = [
@@ -57,7 +57,7 @@ explicit = true
5757
[dependency-groups]
5858
dev = [
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
]

0 commit comments

Comments
 (0)