From f8d625f74d42abc6d89934b78836085c985b8734 Mon Sep 17 00:00:00 2001 From: ArzelaAscoIi <37148029+ArzelaAscoIi@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:34:35 +0100 Subject: [PATCH 1/4] fix: dependency for weaviate document store --- integrations/weaviate/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index 70b045bc4..93d9a9c4f 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -26,7 +26,6 @@ classifiers = [ dependencies = [ "haystack-ai", "weaviate-client>=4.9", - "haystack-pydoc-tools", "python-dateutil", ] From 2e8ea06b7f1ba0dca29fe7bb606ef95fb57597c9 Mon Sep 17 00:00:00 2001 From: Kristof Herrmann Date: Wed, 13 Nov 2024 09:38:04 +0100 Subject: [PATCH 2/4] fix --- integrations/weaviate/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index 93d9a9c4f..ff55dbc77 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -47,7 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/weaviate-v[0-9 [tool.hatch.envs.default] installer = "uv" -dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython"] +dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "pydoc-markdown"] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" test-cov = "coverage run -m pytest {args:tests}" From ca091945383967a1bb1d48f1bf0c97826df82a5d Mon Sep 17 00:00:00 2001 From: Kristof Herrmann Date: Wed, 13 Nov 2024 09:39:56 +0100 Subject: [PATCH 3/4] fix --- integrations/weaviate/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index ff55dbc77..cc163e1cf 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -47,7 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/weaviate-v[0-9 [tool.hatch.envs.default] installer = "uv" -dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "pydoc-markdown"] +dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "haystack-pydoc-markdown"] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" test-cov = "coverage run -m pytest {args:tests}" From 4bc4f5a199c0357cef9dec0a5651062f45c198d3 Mon Sep 17 00:00:00 2001 From: Kristof Herrmann Date: Wed, 13 Nov 2024 09:42:02 +0100 Subject: [PATCH 4/4] well. now finally --- integrations/weaviate/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index cc163e1cf..e88397df9 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -47,7 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/weaviate-v[0-9 [tool.hatch.envs.default] installer = "uv" -dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "haystack-pydoc-markdown"] +dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "haystack-pydoc-tools"] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" test-cov = "coverage run -m pytest {args:tests}"