python-jsonschema / jsonschema

An implementation of the JSON Schema specification for Python
https://python-jsonschema.readthedocs.io
MIT License
4.6k stars 578 forks source link

Support installation via Homebrew #1247

Closed aiKrice closed 5 months ago

aiKrice commented 5 months ago

Hello, I saw that this tools was present in Homebrew but I've got this error:

Error: jsonschema has been disabled because it cli is deprecated, and will be removed!

Is it possible to have it up to date <3

Ty

Julian commented 5 months ago

check-jsonschema which is the intended replacement is already present via brew install check-jsonchema.