Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2ce004

Browse files
Jon Wayne Parrottnathanielmanistaatgoogle
Jon Wayne Parrott
authored andcommitted
Release v1.5.4
1 parent 36d4e1b commit e2ce004

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.5.4
2+
Version 1.5.4
3+
4+
Bugfix release
5+
6+
- Properly handle errors when the API returns a mapping or sequence. (#289)
7+
- Upgrade to unified uritemplate 3.0.0. (#293)
8+
- Allow oauth2client 4.0.0, with the caveat that file-based discovery
9+
caching is disabled.
10+
111
v1.5.3
212
Version 1.5.3
313

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ def _DetectBadness():
6363
]
6464

6565
install_requires = [
66-
'httplib2>=0.8,<1',
67-
'oauth2client>=1.5.0,<4.0.0',
68-
'six>=1.6.1,<2',
69-
'uritemplate>=3.0.0,<4',
66+
'httplib2>=0.8,<1dev',
67+
'oauth2client>=1.5.0,<5.0.0dev',
68+
'six>=1.6.1,<2dev',
69+
'uritemplate>=3.0.0,<4dev',
7070
]
7171

7272
if sys.version_info < (2, 7):

0 commit comments

Comments
 (0)