You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
PhillSimonds
changed the title
Can not install schema-enforcer in environments which require a version of jsonschema < 4.7
Can not install schema-enforcer in environments which require a version of jsonschema < 4.6
Jul 25, 2022
Environment
Expected Behavior
I expected to be able to install schema-enforcer in an environment where the jsonschema library could be anything > 3.2 and <5.
Observed Behavior
When the version of jsonschema installed is < 4.6, the
format-nongpl
extra can't be found.This looks to be because
format_nongpl
was changed toformat-nongpl
in jsonschema 4.6.python-jsonschema/jsonschema#962
The text was updated successfully, but these errors were encountered: