CenterForOpenScience / cos.io

https://www.cos.io
Apache License 2.0
28 stars 74 forks source link

Upgrade boto3 and botocore to fix compat with Python 3.6 #931

Closed sloria closed 6 years ago

sloria commented 6 years ago

botocore was incompatible with Python 3.6 until botocore==1.4.87. This upgrades boto3 and botocore to fix compatibility.

https://github.com/boto/botocore/issues/1079

https://sentry2.cos.io/cos/cos/issues/4128/

https://openscience.atlassian.net/browse/PLAT-1063

sloria commented 6 years ago

Going to hold on merging this until we reproduce the issue on staging. @rustyspeidel Can you see if the issue exists for you on https://staging-cosio.herokuapp.com/admin/ ?

sloria commented 6 years ago

OK, Rusty was able to reproduce the issue on staging. Merging.