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