Python 3.13 対応

This commit is contained in:
yuuki 2024-10-16 04:02:26 +00:00
parent 06550e28e3
commit 75a95ae07d
2 changed files with 2 additions and 2 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,2 +1,2 @@
requests==2.32.3 requests==2.32.3
fastapi==0.111.0 fastapi[standard]==0.115.2