From 248ed0b0066b715602c9a68d518c5436b3188375 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Wed, 20 May 2026 07:46:22 -0400 Subject: [PATCH] Adjust Python dependency --- utils/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pyproject.toml b/utils/pyproject.toml index 295aeb9..4475a4b 100644 --- a/utils/pyproject.toml +++ b/utils/pyproject.toml @@ -2,7 +2,7 @@ name = "koios-utils" version = "0.1.0" description = "Operator scripts for the Koios unified Neo4j knowledge graph — schema init and validation" -requires-python = ">=3.13" +requires-python = ">=3.12" dependencies = [ "neo4j>=5.19,<6", ]