supertokens-python
supertokens-python copied to clipboard
Python SDK for SuperTokens
Hi there, Dependabot reported a vulnerability issue in a dependency used by supertokens and I think it's being used here: https://github.com/supertokens/supertokens-python/blob/master/dev-requirements.txt#L51 More details about the Vulnerability:
## Summary of change This PR aims to fix the issue by removing lower method from `normalise_url_path_or_throw_error` function ## Related issues https://github.com/supertokens/supertokens-python/issues/537 ## Test Plan I have tested and verified...
As of fastapi [`0.77.0`](https://fastapi.tiangolo.com/release-notes/#0770), `JSONResponse`s require a `content` argument. When using this project with a more recent version of fastapi (current version is `0.115.0`), this leads to an uncaught exception.