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

Update dependency on cryptography (1.7.x) #307

Merged

Conversation

farleyb-amazon
Copy link
Contributor

Description of changes:
Changes in 1.7.x depend on behavior introduced in cryptography 2.5, so we need to correctly model our dependency.

Additional testing:
If I set the requirement to ~=2.4.2 we see failures due to how cryptography checks byte types. If I set the requirement to ~=2.5.0, it passes.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Changes in 1.7.x depend on behavior introduced in cryptography 2.5
@farleyb-amazon
Copy link
Contributor Author

The pylint checks are currently failing because GitHub Actions recently added support for Python 3.9, and 3.9 seems to have a bug with pylint: pylint-dev/pylint#3882

Python3.9 and pylint currently do not play nicely together
@farleyb-amazon farleyb-amazon merged commit 73227c6 into aws:release-1.7.x Oct 29, 2020
@farleyb-amazon farleyb-amazon deleted the update-dependencies-1.7.x branch October 29, 2020 17:16
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.

None yet

2 participants