aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

Bump version of encryption sdk to remove cryptography pinning #256

Closed 4naesthetic closed 1 year ago

4naesthetic commented 1 year ago

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.