explodinglabs / jsonrpcclient

Generate JSON-RPC requests and parse responses in Python

Home Page:https://www.jsonrpcclient.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade Jsonschema dependency to 3.x

nanopony opened this issue · comments

Hello!

The current dependencies include jsonschema >2 <3. Is causes one of popular python dependency managers poerty to break, as it relies on jsonschema 3.0 with Draft 7 support.

Is the version lock still a mandatory requirement? jsonschema has a stable 3.0 release

commented

No it's not a mandatory requirement. That was just in case the new major version broke the API. Are you able to update the version and send a PR?

Thank you for the prompt reply! Yeah, I'll prepare PR tonight!

commented

Pushed to pypi in version 3.3.2