Update Python to v3.13.2 & Edit msgspec to v0.19.0

This commit is contained in:
yuuki
2025-02-07 06:48:35 +00:00
parent c74f69bbd5
commit 84231fbbe7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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