Skip to content

Commit

Permalink
bumping boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored and sfc-gh-abhatnagar committed May 12, 2020
1 parent d3c6ec4 commit 0356e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ def _get_arrow_lib_as_linker_input(self):
install_requires=[
'azure-common<2.0.0',
'azure-storage-blob<12.0.0',
'boto3>=1.4.4,<1.12',
'botocore>=1.5.0,<1.15',
'boto3>=1.4.4,<1.14',

This comment has been minimized.

Copy link
@manugarri

manugarri May 12, 2020

Why do you use such strict dependencies? You know this is a known issue for plenty of people that try to use snowflake in their companies.

This comment has been minimized.

Copy link
@sfc-gh-mkeller

sfc-gh-mkeller May 12, 2020

Author Collaborator

It'd be an issue for more people if we didn't.

'requests<2.24.0',
'urllib3>=1.20,<1.26.0',
'certifi<2021.0.0',
Expand Down

0 comments on commit 0356e73

Please sign in to comment.