Skip to content

Commit 6978fbf

Browse files
fix(deps): update all dependencies
1 parent cfa6f50 commit 6978fbf

File tree

6 files changed

+353
-302
lines changed

6 files changed

+353
-302
lines changed

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: 2 additions & 2 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.0",
1414
"pyright>=1.1.407",
1515
"ruff>=0.14.4",
1616
]
1717

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

2222
[tool.maturin]

client/uv.lock

Lines changed: 16 additions & 16 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.0"]
1313

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

1818
[tool.maturin]

pyproject.toml

Lines changed: 3 additions & 3 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",
99
"granian>=2.5.7",
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",
@@ -37,7 +37,7 @@ dev = [
3737
"hypothesis>=6.147.0",
3838
"nodejs-wheel-binaries>=22.20.0",
3939
"pyright>=1.1.407",
40-
"pytest>=8.4.2",
40+
"pytest>=9.0.0",
4141
"pytest-xdist>=3.8.0",
4242
"ruff>=0.14.4",
4343
]

0 commit comments

Comments
 (0)