From cadc34f79796f5e0520a830e765a4403c0d8c32d Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Thu, 4 Sep 2025 00:37:14 +0200 Subject: [PATCH] chore: update dependencies and bump version to 1.0.5 --- Dockerfile | 4 +-- deploy/overlays/production/kustomization.yaml | 2 +- requirements.txt | 31 ++++++++++++++++--- 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cc36de..1a62669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use Python 3.11 slim image as base -FROM python:3.11-slim +# Use Python 3.13 slim image as base +FROM python:3.13-slim # Set working directory WORKDIR /app diff --git a/deploy/overlays/production/kustomization.yaml b/deploy/overlays/production/kustomization.yaml index 0225443..9367f68 100644 --- a/deploy/overlays/production/kustomization.yaml +++ b/deploy/overlays/production/kustomization.yaml @@ -13,7 +13,7 @@ resources: images: - name: math-exercises newName: harbor.cl1.parano.ch/library/math-exercice - newTag: 1.0.2 + newTag: 1.0.5 # Production-specific labels diff --git a/requirements.txt b/requirements.txt index 3f81799..a7957b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,32 @@ +annotated-types==0.7.0 +anyio==4.10.0 +boto3==1.26.160 +boto3-stubs==1.40.23 +botocore==1.29.165 +botocore-stubs==1.40.23 +click==8.2.1 defusedxml==0.7.1 +fastapi==0.116.1 fonttools==4.59.2 fpdf2==2.8.4 +h11==0.16.0 +idna==3.10 +Jinja2==3.1.4 +jmespath==1.0.1 +MarkupSafe==3.0.2 pillow==11.3.0 -fastapi==0.115.0 -uvicorn==0.30.6 -jinja2==3.1.4 +pydantic==2.11.7 +pydantic_core==2.33.2 +python-dateutil==2.9.0.post0 python-multipart==0.0.9 -boto3==1.34.0 \ No newline at end of file +s3transfer==0.6.2 +six==1.17.0 +sniffio==1.3.1 +starlette==0.47.3 +types-awscrt==0.27.6 +types-fpdf2==2.8.4.20250822 +types-s3transfer==0.13.1 +typing-inspection==0.4.1 +typing_extensions==4.15.0 +urllib3==1.26.20 +uvicorn==0.30.6