Skip to content

Commit afaf085

Browse files
committed
Merge branch 'hotfix/upgrade-wb-dep'
2 parents 2ecc620 + 02c4582 commit afaf085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mfr/providers/osf/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def download(self):
143143
response = await aiohttp.request('GET', response.headers['location'])
144144
self.metrics.add('download.saw_redirect', True)
145145

146-
return streams.ResponseStreamReader(response, unsizable=True)
146+
return streams.ResponseStreamReader(response)
147147

148148
async def _fetch_download_url(self):
149149
"""Provider needs a WaterButler URL to download and get metadata. If ``url`` is already

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stevedore==1.2.0
1010
tornado==4.3
1111

1212
# WaterButler
13-
git+https://github.com/CenterForOpenScience/waterbutler.git@0.19.0#egg=waterbutler
13+
git+https://github.com/CenterForOpenScience/waterbutler.git@0.38.6#egg=waterbutler
1414
agent==0.1.2
1515

1616
# CodePygments

0 commit comments

Comments
 (0)