Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for v1.1.5 release #142

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Prep for v1.1.5 release #142

merged 1 commit into from
Jul 26, 2022

Conversation

PhillSimonds
Copy link
Contributor

Fixes #141

CHANGELOG.md Show resolved Hide resolved
@glennmatthews
Copy link
Contributor

Is this the right fix? Do we have any environments that need jsonschema>=4.6 at this point in time, and so would be incompatible here?

@PhillSimonds
Copy link
Contributor Author

PhillSimonds commented Jul 25, 2022

Is this the right fix? Do we have any environments that need jsonschema>=4.6 at this point in time, and so would be incompatible here?

I believe it is the right fix -- v1.1.4 added support for jsonschema versions in the 4.x train. It was removed from pypy and github because of the issue where the format_nongpl extra was renamed to format-nongpl in 4.6, and that naming issue caused builds which required jsonschema<4.6 trains to fail.

We are planning to release this version (v1.1.5) which will allow for jsonschema<4.6, then another one at the same time (v1.2.0) which will allow for jsonschema>=4.6.

@PhillSimonds PhillSimonds merged commit ca69363 into develop Jul 26, 2022
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.

Can not install schema-enforcer in environments which require a version of jsonschema < 4.6
3 participants