-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update s3 session for smart_open >= 5
BREAKING CHANGE: This change removes support for smart_open < 5.0.0 The API for specifying s3 credentials changed in smart_open v5, so previous versions are incompatible.
- Loading branch information
1 parent
5505db3
commit e3102db
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
smart-open>=2.2.0,<6.0.0 | ||
smart-open>=5.0.0,<6.0.0 | ||
typer>=0.3.0,<1.0.0 | ||
dataclasses>=0.6,<1.0; python_version < "3.7" |