Skip to content

Commit 434768d

Browse files
committed
Bumped version of requests pkg to avoid bug with gzip responses in 2.6.1.
1 parent b018893 commit 434768d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dropbox/dropbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'create_session',
55
]
66

7-
__version__ = '6.6.0'
7+
__version__ = '6.6.1'
88

99
import contextlib
1010
import json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
version = eval(line.split('=', 1)[1])
2424

2525
install_reqs = ['urllib3',
26-
'requests>=2.5.1',
26+
'requests>=2.6.2',
2727
'six>=1.3.0']
2828
assert sys.version_info >= (2, 6), "We only support Python 2.6+"
2929

0 commit comments

Comments
 (0)