Skip to content

Commit cdf8e60

Browse files
committed
Restrict version range of google-resumable-media
1 parent 00fdf15 commit cdf8e60

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

storage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
[1]: https://pypi.org/project/google-cloud-storage/#history
66

7+
## 1.16.2
8+
9+
- Restrict version of `google-resumable-media` to be less than 0.5.0.
10+
711
## 1.16.1
812

913
06-04-2019 11:09 PDT

storage/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-storage'
2424
description = 'Google Cloud Storage API client library'
25-
version = '1.16.1'
25+
version = '1.16.2'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
'google-auth >= 1.2.0',
3333
"google-cloud-core >= 1.0.0, < 2.0dev",
34-
'google-resumable-media >= 0.3.1',
34+
'google-resumable-media >= 0.3.1, < 0.5.0dev',
3535
]
3636
extras = {
3737
}

0 commit comments

Comments
 (0)