Skip to content

Commit

Permalink
Merge pull request #263 from bluelabsio/RM-111-Remove-upper-bound-on-…
Browse files Browse the repository at this point in the history
…s3-concat

Rm 111 remove upper bound on s3 concat
  • Loading branch information
ryantimjohn authored Dec 11, 2023
2 parents d6c4968 + 8926fa9 commit f033a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def initialize_options(self) -> None:
'awscli>=1',
'boto>=2,<3',
'boto3',
's3-concat>=0.1.7,<0.2'
's3-concat>=0.1.7'
] + smart_open_dependencies

gsheet_dependencies = [
Expand Down

0 comments on commit f033a97

Please sign in to comment.