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/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: "changes"
if: "needs.changes.outputs.app == 'true'"
runs-on: "ubuntu-latest"
timeout-minutes: 15
timeout-minutes: 30
concurrency:
group: "${{ github.workflow }}-build-${{ github.ref }}"
cancel-in-progress: "${{ github.event_name == 'pull_request' }}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM frontend-deps AS frontend-builder
RUN npm run build


FROM python:3.13-slim@sha256:b04b5d7233d2ad9c379e22ea8927cd1378cd15c60d4ef876c065b25ea8fb3bf3 AS backend-base
FROM python:3.14-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 AS backend-base

RUN --mount=type=cache,id=apt-cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,id=apt-lib,target=/var/lib/apt,sharing=locked \
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"idna >= 3.15",
"itsdangerous ~= 2.2.0",
"openpyxl ~= 3.1.5",
"pydantic ~= 2.9.0",
"pydantic >= 2.13.0, < 3",
"thefuzz ~= 0.22.0",
"pdfplumber ~= 0.11.9",
"python-multipart ~= 0.0.27",
Expand Down
Loading
Loading