Commit 2ee861e
Pin cluster CI to redis-py <7.2 to work around initialization bug
redis-py 7.2.0 (released Feb 16) broke async cluster initialization —
their internal NodesManager passes `lib_name` to ClusterNode.__init__
which now raises a deprecation error via the new DriverInfo API (#3880).
We'll unpin once they fix it.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3a34d8b commit 2ee861e
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments