appengine-python-standard
appengine-python-standard copied to clipboard
Allow using urllib3 v2+
Expected Behavior
It should be possible to install and use appengine-python-standard with recent versions of urllib3.
Actual Behavior
appengine-python-standard restricts urllib3 to <v2. This limits the ability to install and use it with other libraries/packages.
Specifications
- Version: latest
- Platform: any
urllib3 changelog for v2.0.0 if that helps with checking compatibility and making any required changes.
🙏