From 7da4c7b2f3cb3734503cbaac7b7dd1bd2f4ac7e8 Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Sun, 26 Oct 2025 23:46:14 +0100 Subject: [PATCH] fix(deploy): remove strict python version --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c020434..55b023a 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ install: exit 1; \ fi poetry config virtualenvs.in-project true --local - poetry env use python3.12 docker compose up -d postgres redis neo4j poetry install cd $(PROJECT_ROOT)/flowsint-core && poetry install