Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python",
]
dependencies = [
"redis>=4.2.0,<8.0.0",
"redis>=4.2.0,<9.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redis 8 still blocked by redisvl

Medium Severity

Widening the direct redis upper bound to &lt;9.0.0 does not allow redis-py 8. The required dependency redisvl (&gt;=0.16.0, including current releases) still requires redis&lt;8.0, so resolvers keep selecting redis 7.x—and pinning redis&gt;=8 fails. The declared change overstates redis client 8 support.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f94cad6. Configure here.

"pydantic>=2.0.0,<3.0.0",
"click>=8.0.1",
"types-redis>=3.5.9,<5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.