From a97c4eda1e5d396e0a3ce7c4606723577c0abe0c Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 10 Apr 2024 11:06:21 +0200 Subject: [PATCH] updates after 2.0.1 release --- .github/workflows/fastembed.yml | 4 +--- integrations/fastembed/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index dd4d10e4a..7a34378ee 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -43,9 +43,7 @@ jobs: - name: Run tests id: tests - run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git #TODO: rm before merging - hatch run cov + run: hatch run cov - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' diff --git a/integrations/fastembed/pyproject.toml b/integrations/fastembed/pyproject.toml index fe74b67d0..f4adea690 100644 --- a/integrations/fastembed/pyproject.toml +++ b/integrations/fastembed/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ -"haystack-ai", +"haystack-ai>=2.0.1", "fastembed>=0.2.5", ]