awslabs/aws-cfn-template-flip

Pinned dependency versions causes incompatibilities

mithun opened this issue · 4 comments

v1.0.5 has dependencies pinned to absolute versions. This causes conflicts and pip check errors when cfn-flip is being installed as a development utility alongside other dependencies.

Can 7ccbf10 be reverted to use compatible version ranges instead of absolute versions?

We are running into this as well in https://github.com/cloudtools/stacker - curious why it was pinned in the first place?

Oops yes, you're right. Over-zealous noob error. I'll fix this today.

Fixed in #58. Released to pypi as 1.0.6.

Thanks so much @stilvoid !