From 6942a4e0afc4b8e3bffe6d3e21d1469d4a5f2e3c Mon Sep 17 00:00:00 2001 From: Austin DeNoble Date: Fri, 22 Nov 2024 19:45:10 -0500 Subject: [PATCH] loosen version requirements on pinecone-plugin-inference to allow up to but not including version 4.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7df1eb7d..cc64dbc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ lz4 = { version = ">=3.1.3", optional = true } protobuf = { version = "^4.25", optional = true } protoc-gen-openapiv2 = {version = "^0.0.1", optional = true } pinecone-plugin-interface = "^0.0.7" -pinecone-plugin-inference = "^2.0.0" +pinecone-plugin-inference = ">=2.0.0, <4.0.0" python-dateutil = ">=2.5.3" [tool.poetry.group.types]