singer-io / singer-python

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

Increase allowed jsonschema version range #123

Closed feluelle closed 4 years ago

feluelle commented 4 years ago

Description of change

Airflow 1.10.7 added the jsonschema dependency to support serializing/deserialising data in its meta database. Because singer-python pins the jsonschema version to 2.6.0, it can no longer be used in Airflows newer versions in the same Python venv.

This change would allow users to use singer-python in a newer Airflow Environment.

Manual QA steps

Risks

Rollback steps

cmerrick commented 4 years ago

Hi @feluelle, thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.

feluelle commented 4 years ago

duplicate