-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
redis-py 7.2.0 (released Feb 16, 2026) broke async cluster initialization. Their internal NodesManager passes lib_name to ClusterNode.__init__, which now raises a deprecation error via the new DriverInfo API (redis/redis-py#3880).
The error looks like:
RedisClusterException: Redis Cluster cannot be connected. Please provide at least one reachable node:
Call to '__init__' function with deprecated usage of input argument/s 'lib_name'.
(Use 'driver_info' parameter instead. lib_name and lib_version will be removed in a future version.)
For now we've pinned cluster CI to redis-py >=5,<7.2. We should unpin once they fix their internal usage of the deprecated parameter, or if we need to work around it on our side.
Upstream release: https://github.com/redis/redis-py/releases/tag/v7.2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file