We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7122b3 commit 37432e2Copy full SHA for 37432e2
CHANGELOG
@@ -1,3 +1,12 @@
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.
9
10
v1.5.3
11
Version 1.5.3
12
setup.py
@@ -63,10 +63,10 @@ def _DetectBadness():
63
]
64
65
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',
+ 'httplib2>=0.8,<1dev',
+ 'oauth2client>=1.5.0,<5.0.0dev',
+ 'six>=1.6.1,<2dev',
+ 'uritemplate>=3.0.0,<4dev',
70
71
72
if sys.version_info < (2, 7):
0 commit comments