Skip to content

jsonschema>=3.0,<5#2838

Merged
kddejong merged 2 commits intoaws-cloudformation:mainfrom
ericsun2:main
Sep 14, 2023
Merged

jsonschema>=3.0,<5#2838
kddejong merged 2 commits intoaws-cloudformation:mainfrom
ericsun2:main

Conversation

@ericsun2
Copy link
Copy Markdown
Contributor

@ericsun2 ericsun2 commented Aug 5, 2023

Issue #, if available:
#2790

Description of changes:
To work with the newer version 4.18.x of jsonschema - https://pypi.org/project/jsonschema/#history

pip3.11 install jsonschema==4.18.6 cfn-lint              
pip3.10 install jsonschema==4.18.6 cfn-lint
pip3.9  install jsonschema==4.18.6 cfn-lint
pip3.7  install jsonschema==4.17.3 cfn-lint

Requirement already satisfied: jsonschema==4.18.6 in /usr/local/lib/python3.11/site-packages (4.18.6)
Requirement already satisfied: cfn-lint in /usr/local/lib/python3.11/site-packages (0.77.10)

Requirement already satisfied: jsonschema==4.18.6 in /Users/eric.sun/.pyenv/versions/3.10.11/lib/python3.10/site-packages (4.18.6)
Requirement already satisfied: cfn-lint in /Users/eric.sun/.pyenv/versions/3.10.11/lib/python3.10/site-packages (0.77.10)

Requirement already satisfied: jsonschema==4.18.6 in /usr/local/lib/python3.9/site-packages (4.18.6)
Requirement already satisfied: cfn-lint in /usr/local/lib/python3.9/site-packages (0.77.10)

Requirement already satisfied: jsonschema==4.17.3 in /Users/eric.sun/.pyenv/versions/3.7.16/lib/python3.7/site-packages (4.17.3)
Requirement already satisfied: cfn-lint in /Users/eric.sun/.pyenv/versions/3.7.16/lib/python3.7/site-packages (0.79.6)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ericsun2 and others added 2 commits August 5, 2023 11:38
To work with newer version of jsonschema
@kddejong kddejong merged commit b74d531 into aws-cloudformation:main Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants