Skip to content

Commit f034c61

Browse files
authored
Update storage to 1.3.1. (googleapis#3741)
Did this to update the google-resumable-media dependency to allow for empty files.
1 parent b09eda9 commit f034c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.26.0, < 0.27dev',
5555
'google-auth >= 1.0.0',
56-
'google-resumable-media >= 0.2.2',
56+
'google-resumable-media >= 0.2.3',
5757
'requests >= 2.0.0',
5858
]
5959

6060
setup(
6161
name='google-cloud-storage',
62-
version='1.3.0',
62+
version='1.3.1',
6363
description='Python Client for Google Cloud Storage',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)