sinnwerkstatt/runrestic

Can we allow jsonschema >= 4?

darix opened this issue · 5 comments

darix commented

or is there anything that blocks the upgrade?

@darix Any specific reason for upgrading jsonschema?

I tried an upgrade on my branch https://github.com/palto42/runrestic/tree/poetry_update and all tests passed, so seems to work in principle.

darix commented

so distributions can move forward and dont need to be stuck on older versions?

@andreasnuesslein Any reason why in setup.py specified install_requires=["jsonschema>=3.0,<4.0",] ?
Was the reason maybe that jsonschema 4.0 dropped support for Python 3.6 which was still desired at that time? Meanwhile runrestic also dropped 3.6, so there would be no blocker for jsonschema >=4

no, i don't remember any other reason. thanks so much for investigating @palto42