Commit 8437004
committed
chore(deps): remove upper bound on redis-py version (#124)
Remove the <7.0.0 upper bound on redis dependency to allow redis-py 7.x,
which includes fixes for Python 3.13's stricter isinstance() behavior.
Changes:
- redis = ">=5.2.1,<7.0.0" -> redis = ">=5.2.1"
Note: redisvl currently constrains redis<7.0, so redis 7.x won't be
installed until redisvl updates their constraint. However, removing our
upper bound shows intent and will automatically allow redis 7.x once
redisvl updates.
See: redis/redis-py#3501
See: redis/redis-py#3510
Closes #1241 parent 38376b2 commit 8437004
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments