Skip to content

Commit 376b471

Browse files
chore: bump valkey-glide lower bound to >=2.4.0
The FT.* Search module APIs used by ValkeyStorage require valkey-glide 2.x. Bumping to 2.4.0 picks up Valkey Search 1.2 support, client-side caching, context manager support, and performance improvements. Signed-off-by: Matthias Howell <matthias.howell@improving.com>
1 parent 24d1751 commit 376b471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/crewai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ qdrant-edge = [
111111
"qdrant-edge-py>=0.6.0",
112112
]
113113
valkey = [
114-
"valkey-glide>=1.3.0",
114+
"valkey-glide>=2.4.0,<3",
115115
]
116116

117117

0 commit comments

Comments
 (0)