Skip to content

Commit cbb3265

Browse files
fix(deps): update all dependencies
1 parent c3b34ff commit cbb3265

File tree

7 files changed

+348
-297
lines changed

7 files changed

+348
-297
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5.0.0
24+
uses: actions/checkout@v6.0.0
2525
with:
2626
show-progress: false
2727

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_VERSION_TAG=3.13
1+
ARG PYTHON_VERSION_TAG=3.14
22

33
FROM python:$PYTHON_VERSION_TAG-slim AS model-builder
44

client/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ classifiers = [
1010

1111
[dependency-groups]
1212
dev = [
13-
"maturin>=1.9.6",
13+
"maturin>=1.10.2",
1414
"pyright>=1.1.407",
15-
"ruff>=0.14.4",
15+
"ruff>=0.14.6",
1616
]
1717

1818
[build-system]
19-
requires = ["maturin>=1.9.6,<2.0"]
19+
requires = ["maturin>=1.10.2,<2.0"]
2020
build-backend = "maturin"
2121

2222
[tool.maturin]

client/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "language"
3-
requires-python = ">=3.13.7, <3.14"
3+
requires-python = ">=3.14.0, <3.15"
44
dynamic = ["version"]
55
classifiers = [
66
"Programming Language :: Rust",
@@ -9,10 +9,10 @@ classifiers = [
99
]
1010

1111
[dependency-groups]
12-
dev = ["maturin>=1.9.6"]
12+
dev = ["maturin>=1.10.2"]
1313

1414
[build-system]
15-
requires = ["maturin>=1.9.6,<2.0"]
15+
requires = ["maturin>=1.10.2,<2.0"]
1616
build-backend = "maturin"
1717

1818
[tool.maturin]

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "nllb-api"
33
version = "4.2.0"
44
description = "A fast CPU-based API for NLLB"
5-
requires-python = ">=3.13.7, <3.14"
5+
requires-python = ">=3.14.0, <3.15"
66
dependencies = [
77
"ctranslate2>=4.6.1",
88
"fasttext>=0.9.3",
9-
"granian>=2.5.7",
9+
"granian>=2.6.0",
1010
"litestar>=2.18.0",
11-
"pydantic-settings>=2.11.0",
11+
"pydantic-settings>=2.12.0",
1212
"uvloop>=0.22.1; sys_platform != 'win32'",
1313
"picologging>=0.9.3; python_version < '3.13'",
1414
"tokenizers>=0.22.1",
@@ -34,12 +34,12 @@ docker-hf = "server.scripts:huggingface"
3434
[dependency-groups]
3535
dev = [
3636
"httpx>=0.28.1",
37-
"hypothesis>=6.147.0",
38-
"nodejs-wheel-binaries>=22.20.0",
37+
"hypothesis>=6.148.2",
38+
"nodejs-wheel-binaries>=24.11.1",
3939
"pyright>=1.1.407",
40-
"pytest>=8.4.2",
40+
"pytest>=9.0.1",
4141
"pytest-xdist>=3.8.0",
42-
"ruff>=0.14.4",
42+
"ruff>=0.14.6",
4343
]
4444

4545
[build-system]

uv.lock

Lines changed: 331 additions & 280 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)