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

Lock smart_open to v6.4.0 to fix unit-test and Python3.6 build failures. #47

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

LinZhihao-723
Copy link
Member

References

Description

smart-open has released version 7.0.1. In this new version, they introduced __future__ notations, which were not supported in Python3.6, thus causing the unit test failures. Also, it attempts to use the _FileLikeProxy__inner attributes of zstd.ZstdCompressionWriter, which does not exist. Therefore, we will lock smart-open to an earlier version to avoid unit test failures.

Validation performed

@LinZhihao-723 LinZhihao-723 changed the title Lock smart-open version to 6.3.0 Lock smart-open version to 6.4.0 Mar 15, 2024
Copy link
Member

@kirkrodrigues kirkrodrigues left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:

Lock smart_open to v6.4.0 to fix unit-test and Python3.6 build failures. (#47)

@LinZhihao-723
Copy link
Member Author

How about:

Lock smart_open to v6.4.0 to fix unit-test and Python3.6 build failures. (#47)

LGTM

@LinZhihao-723 LinZhihao-723 changed the title Lock smart-open version to 6.4.0 Lock smart_open to v6.4.0 to fix unit-test and Python3.6 build failures. Mar 15, 2024
@LinZhihao-723 LinZhihao-723 merged commit 1a486f7 into y-scope:main Mar 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants