Skip to content

Commit 790c80f

Browse files
fxdgearhonzakral
authored andcommitted
bumping requests to 2.0.0+ (elastic#587)
requests < 2.0.0 causes the following attribute error: AttributeError: type object 'Session' has no attribute 'prepare_request'
1 parent 3b41c3b commit 790c80f

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
@@ -15,7 +15,7 @@
1515
'urllib3>=1.8, <2.0',
1616
]
1717
tests_require = [
18-
'requests>=1.0.0, <3.0.0',
18+
'requests>=2.0.0, <3.0.0',
1919
'nose',
2020
'coverage',
2121
'mock',

0 commit comments

Comments
 (0)