Update Python to v3.13.2 & Edit msgspec to v0.19.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.1
|
||||
FROM python:3.13.2
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r 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
|
||||
|
||||
Reference in New Issue
Block a user