cwacek / python-jsonschema-objects

Automatic Python binding generation from JSON Schemas
MIT License
364 stars 96 forks source link

Does not support jsonschema 4.18 #235

Closed s-t-e-v-e-n-k closed 1 year ago

s-t-e-v-e-n-k commented 1 year ago

jsonschema 4.18 is a major re-work, and as such, breaks the API. For right now, you should probably pin the dependency to <4.18, but investigating failures (or adding a CI build using it) would be amazing.

cwacek commented 1 year ago

I don't have time to investigate right now, so I pinned it for now. I'm actually going to re-open this issue because it's still valid. If you, or anyone else, has time to investigate the issue and propose a fix I'll take a look.