Skip to content

Commit 36bb0ae

Browse files
committed
skip version 2.4.0
1 parent 6fc0d6e commit 36bb0ae

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

integrations/valkey/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: CPython",
2727
"Programming Language :: Python :: Implementation :: PyPy",
2828
]
29-
dependencies = ["haystack-ai>=2.28.0", "valkey-glide>=2.2.0", "valkey-glide-sync>=2.2.0"]
29+
dependencies = [
30+
"haystack-ai>=2.28.0",
31+
# 2.4.0 wheels are missing the glide_shared._fast_response extension, which
32+
# breaks `import glide_sync`. See https://github.com/valkey-io/valkey-glide/pull/6020.
33+
"valkey-glide>=2.2.0,!=2.4.0",
34+
"valkey-glide-sync>=2.2.0,!=2.4.0",
35+
]
3036

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

0 commit comments

Comments
 (0)