Hey @rp_st, I am using supertokens version 6.0 in python fastapi and one of my endpoint I want to integrate redis but when I want to try integrate redis supertokens' session raises with 400 status code that "No response returned." If I comment session: SessionContainer = Depends(verify_session(check_database=True)) session it works perfectly Is there any changes in updated version?
Thanks!!