From 84231fbbe70d4249dd615b01d4d075a80dcb2add Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Fri, 7 Feb 2025 06:48:35 +0000 Subject: [PATCH] Update Python to v3.13.2 & Edit msgspec to v0.19.0 --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 354880a..182724b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1 +FROM python:3.13.2 COPY . /app WORKDIR /app RUN pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index f46cde2..308fcd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ websockets==14.2 nkf==1.0.4 Flask-Limiter==3.10.1 git+https://github.com/yuukiwww/tjaf.git@d59e854b074012f6a31bd4c65b53edb6148b0ac7 -git+https://github.com/jcrist/msgspec.git@29390b0385cda4ba76a0aaf4ede5d54ae9ff35ff +msgspec==0.19.0