ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

compatibility with jsonschema 3.0.0 on alpine? #103

Open gsemet opened 5 years ago

gsemet commented 5 years ago

I have a crash with anyconfig and jsonschema 3.0.0 on pyinstaller build under alpine. Works with jsonschema <3.0.0.

Maybe there is an evolution on jsonschema 3 breaking compatibility with anyconfig somehow?

See https://github.com/Julian/jsonschema/issues/530.

ssato commented 5 years ago

Thanks a lot for your report! I'll look into the issue this weekend.