We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 952e9e6 + 8d64068 commit 326a83fCopy full SHA for 326a83f
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="appengine-python-standard",
8
- version="2.0.0",
+ version="2.0.0+gliacloud.1",
9
author="Google LLC",
10
description="Google App Engine services SDK for Python 3",
11
long_description=long_description,
@@ -26,7 +26,7 @@
26
"rsa",
27
"ruamel.yaml>=0.17.7",
28
"six>=1.15.0",
29
- "urllib3>=1.26.2,<2",
+ "urllib3>=1.26.2,<3",
30
"legacy-cgi>=2.6.2; python_version>='3.10'",
31
],
32
classifiers=[
0 commit comments