From a4de9d8e912efc032187f1ddb8aa84e7758bec4c Mon Sep 17 00:00:00 2001 From: Viktor Karamanis Date: Tue, 3 Dec 2024 18:08:18 +0100 Subject: [PATCH] small fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bf5c45..ec301ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "redis>=5.2.0,<6.0.0", "redis-om>=0.3.3,<1.0.0", "isodate>=0.7.2,<1.0.0", - "neu-sdk @ git+https://github.com/poulet-lab/neu-sdk.git@0.1.4", + "neu-sdk @ git+https://github.com/poulet-lab/neu-sdk.git@0.1.5", ] [project.urls]