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 45 forks source link

Pin to lower version of cryptography #254

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #253

Newest version of python cryptography breaks contract testing. Pinning to lower version of cryptography.

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