Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support smart_open >=5.0.0,<6.0.0 #63

Merged
merged 3 commits into from
Jun 26, 2021

Conversation

justindujardin
Copy link
Owner

@justindujardin justindujardin commented Jun 26, 2021

The smart_open API for specifying s3 bucket credentials changed in v5.0.0.

Fixes #61

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.
@justindujardin justindujardin changed the title feat: increase smart_open version range to < 6.0.0 feat: support smart_open >=5.0.0,<6.0.0 Jun 26, 2021
@codecov
Copy link

codecov bot commented Jun 26, 2021

Codecov Report

Merging #63 (9e69249) into master (156480e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1028      1030    +2     
=========================================
+ Hits          1028      1030    +2     
Impacted Files Coverage Δ
pathy/s3.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 156480e...9e69249. Read the comment docs.

 - use inline if/else to keep line coverage up
@justindujardin justindujardin merged commit 9718752 into master Jun 26, 2021
@justindujardin justindujardin deleted the feat/update-smart-open branch June 26, 2021 20:12
github-actions bot pushed a commit that referenced this pull request Jun 26, 2021
# [0.6.0](v0.5.2...v0.6.0) (2021-06-26)

### Features

* support smart_open >=5.0.0,<6.0.0 ([#63](#63)) ([9718752](9718752))

### BREAKING CHANGES

* 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.
@github-actions
Copy link

🎉 This PR is included in version 0.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

could smart-open-0.5.1 be allowed ?
1 participant