singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
538 stars 128 forks source link

Relax jsonschema dependency #140

Closed GuillaumeDesforges closed 2 years ago

GuillaumeDesforges commented 3 years ago

Description of change

Relax jsonschema dependency

Most packages now (e.g. airflow) use another version. Latest pip backends or tools such as poetry prevent dependency version conflict.

Basically, any "singer-python"-dependant tool such as taps are hardly (understand "not") usable in projects.

Manual QA steps

Risks

Rollback steps