Skip to content

Commit

Permalink
temporarily pin haystack-ai (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Nov 16, 2023
1 parent 7d2b824 commit 6babb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_stores/elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
# we distribute the preview version of Haystack 2.0 under the package "haystack-ai"
"haystack-ai",
"haystack-ai==0.143.0",
"elasticsearch>=8,<9",
"typing_extensions", # This is not a direct dependency, but `haystack-ai` is missing it cause `canals` is missing it
]
Expand Down

0 comments on commit 6babb9a

Please sign in to comment.