From 1db85cfc5beb99da79d2698618ca7a16b5f9404d Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Wed, 13 Nov 2024 17:47:34 +0100 Subject: [PATCH] Update pyproject.toml --- integrations/fastembed/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/fastembed/pyproject.toml b/integrations/fastembed/pyproject.toml index dbbcbb614..c99beae6c 100644 --- a/integrations/fastembed/pyproject.toml +++ b/integrations/fastembed/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai>=2.0.1", "fastembed>=0.4.1", "onnxruntime<1.20.0"] +dependencies = ["haystack-ai>=2.0.1", "fastembed>=0.4.2"] [project.urls] Source = "https://github.com/deepset-ai/haystack-core-integrations"