Kotaimen / awscfncli

Friendly AWS CloudFormation CLI
MIT License
59 stars 12 forks source link

Upgrade jsonschema? #80

Closed alytle closed 5 years ago

alytle commented 5 years ago

Is there any reason we can't use jsonschema 3? This requirement: 'jsonschema>=2.6.0,<3', is in conflict with a bunch of other useful tools (cfn-lint for one).

Can we upgrade, or is it a breaking change?

Kotaimen commented 5 years ago

Hi,

I think we don't really care the version of jsonschema, I'll try to remove the v3 limit and release a new version, thanks!

Kotaimen commented 5 years ago

requirements changed to jsonschema>=2.6.0