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 .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12@sha256:47d28e7d429679c31c3ea60e90857c54c7967084685e2ee287935116e5a79b92 AS builder
FROM python:3.13@sha256:5f69d22a88dd4cc4ee1576def19aef48c8faa1b566054c44291183831cbad13b AS builder

Check failure on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Trunk Check

trivy(DS026)

[existing] Add HEALTHCHECK instruction in your Dockerfile

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Trunk Check

terrascan(AC_DOCKER_0020)

[existing] Ensure the command SHELL to override the default shell instead of the RUN command.

SHELL ["/bin/bash", "-c"]

Expand All @@ -22,7 +22,7 @@
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --no-dev --locked --no-editable

FROM python:3.12-slim@sha256:e55523f127124e5edc03ba201e3dbbc85172a2ec40d8651ac752364b23dfd733 AS production
FROM python:3.13-slim@sha256:f2fdaec50160418e0c2867ba3e254755edd067171725886d5d303fd7057bbf81 AS production

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vocalizr"
version = "0.0.1"
description = "Voice Generator part of the Chatacter Backend"
readme = "README.md"
requires-python = ">=3.12, <3.13"
requires-python = ">=3.13, <3.14"
dependencies = [
"en-core-web-sm",
"gradio[mcp]>=5.32.0",
Expand Down
Loading
Loading