Skip to content

Commit

Permalink
Restrict version range of google-resumable-media
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Sep 17, 2019
1 parent d8febfe commit 508c6e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

## 1.19.1
### Dependencies
- Restrict version of `google-resumable-media` to be less than 0.5.0.

## 1.19.0

08-28-2019 09:45 PDT
Expand Down
4 changes: 2 additions & 2 deletions storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-storage"
description = "Google Cloud Storage API client library"
version = "1.19.0"
version = "1.19.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand All @@ -31,7 +31,7 @@
dependencies = [
"google-auth >= 1.2.0",
"google-cloud-core >= 1.0.3, < 2.0dev",
"google-resumable-media >= 0.3.1",
"google-resumable-media >= 0.3.1, < 0.5.0dev",
]
extras = {}

Expand Down

0 comments on commit 508c6e7

Please sign in to comment.