mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
multiple[patch]: fix deprecation versions (#18349)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user