Skip to content

Commit 0d56f44

Browse files
committed
Restrict version range of google-resumable-media
1 parent 788cc02 commit 0d56f44

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

913
08-07-2019 00:37 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.18.0"
25+
version = "1.18.1"
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)