Skip to content

Commit 871c774

Browse files
fix(valkey): bump haystack-ai to >=2.27.0rc1
The async test mixin classes (document_store_async module) were added in deepset-ai/haystack#10975 and are only available from haystack-ai>=2.27.0rc1. The previous constraint (>=2.26.1) caused a ModuleNotFoundError at test collection. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 33d1d5d commit 871c774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/valkey/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: CPython",
2727
"Programming Language :: Python :: Implementation :: PyPy",
2828
]
29-
dependencies = ["haystack-ai>=2.26.1", "valkey-glide>=2.2.0", "valkey-glide-sync>=2.2.0"]
29+
dependencies = ["haystack-ai>=2.27.0rc1", "valkey-glide>=2.2.0", "valkey-glide-sync>=2.2.0"]
3030

3131
[project.urls]
3232
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/valkey#readme"

0 commit comments

Comments
 (0)