Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
show-progress: false

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION_TAG=3.13
ARG PYTHON_VERSION_TAG=3.14

FROM python:$PYTHON_VERSION_TAG-slim AS model-builder

Expand Down
6 changes: 3 additions & 3 deletions client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ classifiers = [

[dependency-groups]
dev = [
"maturin>=1.9.6",
"maturin>=1.10.2",
"pyright>=1.1.407",
"ruff>=0.14.4",
"ruff>=0.14.6",
]

[build-system]
requires = ["maturin>=1.9.6,<2.0"]
requires = ["maturin>=1.10.2,<2.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down
4 changes: 2 additions & 2 deletions client/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions language/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "language"
requires-python = ">=3.13.7, <3.14"
requires-python = ">=3.14.0, <3.15"
dynamic = ["version"]
classifiers = [
"Programming Language :: Rust",
Expand All @@ -9,10 +9,10 @@ classifiers = [
]

[dependency-groups]
dev = ["maturin>=1.9.6"]
dev = ["maturin>=1.10.2"]

[build-system]
requires = ["maturin>=1.9.6,<2.0"]
requires = ["maturin>=1.10.2,<2.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "nllb-api"
version = "4.2.0"
description = "A fast CPU-based API for NLLB"
requires-python = ">=3.13.7, <3.14"
requires-python = ">=3.14.0, <3.15"
dependencies = [
"ctranslate2>=4.6.1",
"fasttext>=0.9.3",
"granian>=2.5.7",
"granian>=2.6.0",
"litestar>=2.18.0",
"pydantic-settings>=2.11.0",
"pydantic-settings>=2.12.0",
"uvloop>=0.22.1; sys_platform != 'win32'",
"picologging>=0.9.3; python_version < '3.13'",
"tokenizers>=0.22.1",
Expand All @@ -34,12 +34,12 @@ docker-hf = "server.scripts:huggingface"
[dependency-groups]
dev = [
"httpx>=0.28.1",
"hypothesis>=6.147.0",
"nodejs-wheel-binaries>=22.20.0",
"hypothesis>=6.148.2",
"nodejs-wheel-binaries>=24.11.1",
"pyright>=1.1.407",
"pytest>=8.4.2",
"pytest>=9.0.1",
"pytest-xdist>=3.8.0",
"ruff>=0.14.4",
"ruff>=0.14.6",
]

[build-system]
Expand Down
626 changes: 347 additions & 279 deletions uv.lock

Large diffs are not rendered by default.