Adjust Python dependency

This commit is contained in:
2026-05-20 07:46:22 -04:00
parent 3e68764368
commit 248ed0b006

View File

@@ -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",
]