Python 3.13に対応

This commit is contained in:
yuuki 2024-10-16 03:54:02 +00:00
parent bc6b871b6c
commit d5ca0a68da
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM python:3 FROM python:3.13.0
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt

View file

@ -1,4 +1,4 @@
requests==2.32.3 requests==2.32.3
fastapi==0.111.0 fastapi[standard]==0.115.2
pymongo==4.7.3 pymongo==4.10.1
Jinja2==3.1.4 Jinja2==3.1.4