Update dependencies and Python runtime

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Kirill Markin 2026-08-12 06:48:01 +02:00
parent dc020745af
commit 2c8fbda0b6
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
3 changed files with 359 additions and 291 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.14.6-slim
FROM python:3.14.7-slim
# Set environment variables
ENV PYTHONUNBUFFERED=1 \