Skip to content

Commit 326a83f

Browse files
authored
Merge pull request #1 from livingbio/nixon/gliacloud-urllib3-patch
Widen urllib3 pin for GliaCloud release
2 parents 952e9e6 + 8d64068 commit 326a83f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="appengine-python-standard",
8-
version="2.0.0",
8+
version="2.0.0+gliacloud.1",
99
author="Google LLC",
1010
description="Google App Engine services SDK for Python 3",
1111
long_description=long_description,
@@ -26,7 +26,7 @@
2626
"rsa",
2727
"ruamel.yaml>=0.17.7",
2828
"six>=1.15.0",
29-
"urllib3>=1.26.2,<2",
29+
"urllib3>=1.26.2,<3",
3030
"legacy-cgi>=2.6.2; python_version>='3.10'",
3131
],
3232
classifiers=[

0 commit comments

Comments
 (0)