Skip to content

Commit 1af017d

Browse files
committed
update setup.py with urllib3 pin
1 parent de4cbfd commit 1af017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open('README.md') as readme_file:
44
readme = readme_file.read()
55

6-
requirements = ['jsonschema[format_nongpl]==3.2.0', 'pyyaml>=5.4.1', 'requests>=2.18', 'jsonmerge>=1.8.0']
6+
requirements = ['jsonschema[format_nongpl]==3.2.0', 'pyyaml>=5.4.1', 'requests>=2.18', 'urllib3<2', 'jsonmerge>=1.8.0']
77

88
setup(
99
name='alertlogic-sdk-definitions',

0 commit comments

Comments
 (0)