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

Skip to content

Commit e87588e

Browse files
committed
Restrict version range of google-resumable-media
1 parent 4ca205e commit e87588e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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.13.3
8+
9+
- Restrict version of `google-resumable-media` to be less than 0.5.0.
10+
711
## 1.13.2
812

913
12-17-2018 17:02 PST

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.13.2'
25+
version = '1.13.3'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
'google-api-core >= 1.6.0, < 2.0.0dev',
3333
'google-cloud-core >= 0.29.0, < 0.30dev',
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)