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

Change jsonschema extra to format-nongpl #406

Merged
merged 3 commits into from
Dec 14, 2023
Merged

Conversation

jtwang
Copy link
Member

@jtwang jtwang commented Dec 13, 2023

jsonschema[format] is GPL, which is in conflict with our BSD license. Switching over to the conveniently available jsonschema[format-nongpl] extra fixes this.

Additionally, add rfc3339-validator to requirements-dev.txt to workaround a mystery issue where pip is not installing this dependency (defined in jsonschema[format-nongpl) by default, causing the date time validator to pass all inputs, even invalid ones.

And finally, ignore a bunch of lines for mypy type checks. These were already failing on master.

@jtwang jtwang changed the title Change jsonschema extra to format-nongpl Change jsonschema extra to format-nogpl Dec 13, 2023
@jtwang jtwang changed the title Change jsonschema extra to format-nogpl Change jsonschema extra to format-nongpl Dec 13, 2023
@jtwang jtwang requested a review from benbariteau December 13, 2023 23:05
@jtwang jtwang merged commit d8db76f into master Dec 14, 2023
4 checks passed
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