We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda9a8a commit 22839a5Copy full SHA for 22839a5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim
+FROM python:3.12-slim
2
3
COPY app/requirements.txt /tmp/requirements.txt
4
RUN pip install --no-cache-dir -r /tmp/requirements.txt
app/requirements.txt
@@ -1,8 +1,8 @@
-requests~=2.31.0
+requests~=2.32.3
PyJWT~=2.8.0
fastapi~=0.109.0
SQLAlchemy~=2.0.25
5
pydantic~=2.5.3
6
-uvicorn~=0.26.0
+uvicorn~=0.30.6
7
pydantic-settings~=2.1.0
8
-cryptography~=41.0.7
+cryptography~=43.0.0
0 commit comments