wingify / vwo-python-sdk

VWO Python SDK for server-side A/B Testing
https://developers.vwo.com/docs/fullstack-overview
Apache License 2.0
15 stars 7 forks source link

requiring jsonschema < 4.0 is out of date and causing compatibility issues #5

Open alex-kessler-katapult opened 1 year ago

alex-kessler-katapult commented 1 year ago

Currently jsonschema version 4.17.3 is out, and your requirement is incompatible with my company's up to date software. Also, your package deletes jsonschema version 4.17.3 and installs version 3.2.0 quietly. That led me to believe your package was compatible during development for multiple days.

I can look into running my application with jsonschema version 3.2.0 in the meantime, but I think this is something that needs to be addressed.

rohitesh-wingify commented 1 year ago

Hey @alex-kessler-katapult. Thank you for raising this issue. We will look into this, and determine the impact of using an updated version of jsonschema. If none of our existing customers are adversely affected, we will upgrade.

Please do let us know, if you could run your application on jsonschema3.2.0?