From 29e0239965c245c7016a0105e35aeefd91806149 Mon Sep 17 00:00:00 2001 From: Yonathan Evan Christy Date: Sat, 10 Aug 2024 23:46:58 +0700 Subject: [PATCH] Fix ERROR: Package 'inference-core-nodes' requires a different Python: 3.12.4 not in '<3.12,>=3.10' Fix ERROR: Package 'inference-core-nodes' requires a different Python with include newest version of python 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6535d11..52e23f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name = "Ionite", email = "dev@ionite.io" } ] readme = "README.md" -requires-python = ">=3.10,<3.12" +requires-python = ">=3.10,<3.13" dependencies = [ "Pillow",