something will stick eventually

This commit is contained in:
2025-05-17 23:04:08 +02:00
parent 0b4075eb6a
commit e7a1b062c2
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Use official Python base image
FROM python:3.11-slim
FROM python:3.13
# Set environment variables

View File

@@ -6,11 +6,13 @@ greenlet==3.2.2
h11==0.16.0
idna==3.10
psutil==7.0.0
psycopg==3.2.9
psycopg-binary==3.2.9
psycopg2-binary==2.9.10
pydantic==2.11.4
pydantic_core==2.33.2
sniffio==1.3.1
SQLAlchemy==2.0.40
psycopg==3.2.9
starlette==0.46.2
typing-inspection==0.4.0
typing_extensions==4.13.2