-
Notifications
You must be signed in to change notification settings - Fork 724
chore: fix werkzeug lower versions #1104
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
Conversation
Instead of adding different versions for different python versions, can we use a minimum version that at least supports all the versions? |
I think it's best to keep with the official library recommendations. When it specifically mentioned support added/removed I used these versions. |
Let me know if you want to do any more changes, we can merge it then |
no more changes |
Hi there, I'm seeing snyk raise vulnerability warnings for remote code execution for werkzeug < 3.0.3, where werkzeug is added as a dependency of sendgrid-python - do you know if the sendgrid-python package is compatible with werkzeug > 3.0.0 and would it be ok to raise a PR to add that version here? |
Hi @keyboSlice! Please refer this file for version wise support. If everything is fine, we can merge this. Thanks! |
Thanks for the fast reply @tiwarishubham635 that's very useful |
@tiwarishubham635 Seeing vulnerability on werkzeug on build 6.12.2 with python3.10. Could you please let me know when this will be relesed? Thanks |
We have a biweekly cadence for release. The next release is scheduled to for May 29. Thanks! |
No description provided.