multiple[patch]: fix deprecation versions (#18349)

This commit is contained in:
Erick Friis
2024-02-29 16:58:33 -08:00
committed by GitHub
parent 11cb42c2c1
commit eefb49680f
7 changed files with 19 additions and 14 deletions

View File

@@ -120,7 +120,7 @@ class _UpstashRedisStore(BaseStore[str, str]):
yield key
@deprecated("0.0.335", alternative="UpstashRedisByteStore")
@deprecated("0.0.1", alternative="UpstashRedisByteStore")
class UpstashRedisStore(_UpstashRedisStore):
"""
BaseStore implementation using Upstash Redis