The community member is experiencing an issue with the UpstashChatStore object, where it does not have the attribute __pydantic_private__. A potential fix is suggested in a pull request on GitHub, but there is no explicitly marked answer in the comments.
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__'