Skip to content
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

fix: use urllib.parse.quote_plus and drop werkzeug.urls.url_quote_plus #207

Conversation

miettal
Copy link
Contributor

@miettal miettal commented Oct 1, 2023

werkzeug.urls.url_quote_plus is dropped from werkzeug==3.0.0

@miettal
Copy link
Contributor Author

miettal commented Oct 1, 2023

@HafidBma
Copy link

HafidBma commented Oct 2, 2023

Thank you for your contribution, hopefuly it gets approved soon

@yonasniguse
Copy link

werkzeug.urls.url_quote_plus is dropped from werkzeug==3.0.0

Thank you!

Copy link
Contributor

@nickjj nickjj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll admit I didn't run this locally to confirm it works but conceptually this looks good to go. Since it's now being imported from Python's urllib library it'll be backwards compatible with both old and new versions of werkzeug. As long as the functionality of this function is the same we don't need to worry about this change breaking FDT.

Unless anyone has any objections, I'll merge this later today. I'll let it stay unmerged to give folks time to react.

@nickjj
Copy link
Contributor

nickjj commented Oct 6, 2023

Thanks for fixing this!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants