Skip to content

Commit 1f3347b

Browse files
committed
adding httpx as a dependency
1 parent 873a4dc commit 1f3347b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integrations/opensearch/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"haystack-ai>=2.14.0",
28-
"opensearch-py[async]>=2.4.0,<3"]
28+
"opensearch-py[async]>=2.4.0,<3"],
29+
"httpx>=0.28.1"
2930

3031
[project.urls]
3132
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/opensearch#readme"

0 commit comments

Comments
 (0)