3.14 -> 3.13
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 1m3s
Build and Push Poller Docker Image / build (push) Successful in 1m4s
Build and Push Web Docker Image / build (push) Successful in 3m26s

This commit is contained in:
2025-12-12 18:03:48 +01:00
parent 4ce3eb0abd
commit a980f689bb
5 changed files with 21 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.14-slim
FROM python:3.13-slim
WORKDIR /app

View File

@@ -3,7 +3,7 @@ name = "poller"
version = "1.0.0"
description = "Cavepedia v2 Poller"
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.13"
dependencies = [
"anthropic>=0.52.0",
"boto3>=1.42.4",