From cb9d5e33517b8822cd9112d42f48b516d46e20fc Mon Sep 17 00:00:00 2001 From: David de Matheu Date: Mon, 11 Dec 2023 14:52:01 -0800 Subject: [PATCH] bump for neumai 0.0.34 --- neumai-tools/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neumai-tools/pyproject.toml b/neumai-tools/pyproject.toml index 4bf706c..3c7cf59 100644 --- a/neumai-tools/pyproject.toml +++ b/neumai-tools/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neumai-tools" -version = "0.0.17" +version = "0.0.18" description = "Package containing helper tools for Neum AI." authors = ["David de Matheu "] license = "MIT" @@ -16,7 +16,7 @@ langchain = "0.0.335" llama-index = "0.9.3" openai = "1.2.4" pandas = "2.1.0" -neumai = "^0.0.33" +neumai = ">0.0.34" [build-system] requires = ["poetry-core"]