summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-10-30 13:31:03 +0200
committerGitHub <noreply@github.com>2022-10-30 13:31:03 +0200
commit842634e7fddeb32ba20aab0dacf557a958a4b00b (patch)
tree8b4a69503a650ab723963fc84f2357c7968054eb /CHANGES
parent9cf8e028863c79904d9536465e5844184109d209 (diff)
downloadredis-py-842634e7fddeb32ba20aab0dacf557a958a4b00b.tar.gz
Remove `deprecated` dependency (#2386)
No need for an external library just for 5 annotations.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ced3d8..f5c267b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,7 @@
* Fix RedisCluster to immediately raise AuthenticationError without a retry
* ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)
* Remove compatibility code for old versions of Hiredis, drop Packaging dependency
+ * The `deprecated` library is no longer a dependency
* 4.1.3 (Feb 8, 2022)
* Fix flushdb and flushall (#1926)