From d5ca0a68da0cd94e069431ba4dacb3a6c1832554 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Wed, 16 Oct 2024 03:54:02 +0000 Subject: [PATCH] =?UTF-8?q?Python=203.13=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2cc124c..a821b2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.13.0 COPY . /app WORKDIR /app RUN pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index a98b0c9..5c77058 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.32.3 -fastapi==0.111.0 -pymongo==4.7.3 +fastapi[standard]==0.115.2 +pymongo==4.10.1 Jinja2==3.1.4