From b3726f8968c3ec0dbf6cd86e2cd1a7b0a6271711 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Fri, 12 Dec 2025 18:50:03 +0100 Subject: [PATCH] fix poller action --- poller/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poller/pyproject.toml b/poller/pyproject.toml index 65785f5..cf6ccdd 100644 --- a/poller/pyproject.toml +++ b/poller/pyproject.toml @@ -3,7 +3,7 @@ name = "poller" version = "1.0.0" description = "Cavepedia v2 Poller" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.13,<3.14" dependencies = [ "anthropic>=0.52.0", "boto3>=1.42.4",