Bug report
Describe the bug
Error with Python server.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
stripe samples create accept-a-payment
- select
html as client
- select
python as server
- start the server
- error:
ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
Expected behavior
The server starts successfully.
System information
- OS: Linux
- Server environment: Python
Additional context
Adding a fixed Werkzeug version to the requirements.txt fixes the problem (Werkzeug==2.2.2)