-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: compatibility with Weaviate 4.9.0 (#1143)
* compatibiliti with weaviate 4.9.0 * extend from_dict test
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "weaviate-haystack" | |
dynamic = ["version"] | ||
description = "An integration of Weaviate vector database with Haystack" | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
license = "Apache-2.0" | ||
keywords = [] | ||
authors = [{ name = "deepset GmbH", email = "[email protected]" }] | ||
|
@@ -25,7 +25,7 @@ classifiers = [ | |
] | ||
dependencies = [ | ||
"haystack-ai", | ||
"weaviate-client>=4.0", | ||
"weaviate-client>=4.9", | ||
"haystack-pydoc-tools", | ||
"python-dateutil", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters