Thanks to visit codestin.com Credit goes to github.com
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 36d4e1b commit e2ce004Copy full SHA for e2ce004
CHANGELOG
@@ -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
11
v1.5.3
12
Version 1.5.3
13
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