sentry-python
sentry-python copied to clipboard
Update all dependencies
Problem Statement
Dependencies are outdated. There are a lot of dependabot PRs in the repo.
Solution Brainstorm
Update dependencies one by one.
Agreed. Just came across an issue with tornado not supporting python 3.10 stuff. I had to pin tornado to 6.1 (in sentry-sdk it is >=5
which is not supporting python 3.10 I believe)
Same for flask. Flask 2.1.1 is out but cannot be used
This will be done in separate pull requests. Thanks @ivellios and @kasium for your input.