Skip to content

Commit 5ce61c2

Browse files
fix(valkey): install haystack from main in test env for async mixin classes
Revert main dependency to haystack-ai>=2.26.1 (fixes license checker). Override haystack in the test env with the main branch which contains the async mixin classes (document_store_async) not yet in a stable release. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cfe5412 commit 5ce61c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integrations/valkey/pyproject.toml

Lines changed: 2 additions & 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.27.0rc1", "valkey-glide>=2.2.0", "valkey-glide-sync>=2.2.0"]
29+
dependencies = ["haystack-ai>=2.26.1", "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"
@@ -59,6 +59,7 @@ dependencies = [
5959
"pytest-asyncio",
6060
"pytest-cov",
6161
"pytest-rerunfailures",
62+
"haystack-ai @ git+https://github.com/deepset-ai/haystack.git@main",
6263
"mypy",
6364
"pip"
6465
]

0 commit comments

Comments
 (0)