something will stick eventually
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Use official Python base image
|
# Use official Python base image
|
||||||
FROM python:3.11-slim
|
FROM python:3.13
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,13 @@ greenlet==3.2.2
|
|||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
psutil==7.0.0
|
psutil==7.0.0
|
||||||
|
psycopg==3.2.9
|
||||||
|
psycopg-binary==3.2.9
|
||||||
|
psycopg2-binary==2.9.10
|
||||||
pydantic==2.11.4
|
pydantic==2.11.4
|
||||||
pydantic_core==2.33.2
|
pydantic_core==2.33.2
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
SQLAlchemy==2.0.40
|
SQLAlchemy==2.0.40
|
||||||
psycopg==3.2.9
|
|
||||||
starlette==0.46.2
|
starlette==0.46.2
|
||||||
typing-inspection==0.4.0
|
typing-inspection==0.4.0
|
||||||
typing_extensions==4.13.2
|
typing_extensions==4.13.2
|
||||||
|
|||||||
Reference in New Issue
Block a user