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

Bump version of encryption sdk to remove cryptography pinning #256

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Bump version of encryption sdk to remove cryptography pinning #256

merged 1 commit into from
Apr 17, 2023

Conversation

4naesthetic
Copy link
Contributor

Issue #, if available: #255

Description of changes:

A previous commit pinned the version of cryptography to <40.0.0 to resolve incompatibility between the version of the aws-encryption-sdk being used with this project and the latest cryptography library. However, this package has no direct dependency on cryptography and the aws-encryption-sdk fixed their compatibility issue with a patch version bump in 3.1.1, so we should use that patch version instead of pinning to an older version of a downstream dependency.

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

@cmgorton cmgorton requested review from ericzbeard and mmaeng April 17, 2023 15:19
Copy link
Contributor

@mmaeng mmaeng left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

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.

3 participants