-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flask version parsing not compatible with prereleases #1095
Comments
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
not a problem atm since flask isn't in rc phase but not stale since it would break again in case of a future update that includes beta/rc... |
… control lib/framework version (getsentry#1095)
… control lib/framework version (getsentry#1095)
… control lib/framework version (getsentry#1095)
sentry-python/sentry_sdk/integrations/flask.py
Line 69 in 927903e
This assumes the version number only contains digits, so anything else that's valid in a Python version breaks the check.
The text was updated successfully, but these errors were encountered: