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

removing explicit docker pinning #155

Closed PatMyron closed 3 years ago

PatMyron commented 3 years ago

docker is already an indirect dependency from cloudformation-cli, so this was just pinning docker version stricter than cloudformation-cli, which causes issues https://github.com/aws-cloudformation/cloudformation-cli/issues/706 https://github.com/aws-cloudformation/cloudformation-cli/issues/727 https://github.com/aws-cloudformation/cloudformation-cli/issues/759 https://github.com/aws-cloudformation/cloudformation-cli-python-plugin/issues/147