Find answers from the community

Updated last month

Upstash-chat-store-needs-update-to-resolve-attribute-error

does UpstashChatStore need to be updated?

when i run

Plain Text
UpstashChatStore(
        redis_url=os.environ.get("UPSTASH_REDIS_URL"),
        redis_token=os.environ.get("UPSTASH_REDIS_TOKEN"),
        ttl=300,  # Optional: Time to live in seconds
      )


i get 'UpstashChatStore' object has no attribute '__pydantic_private__'
Add a reply
Sign up and join the conversation on Discord