airbytehq / airbytehq/PyAirbyte
Add support for latest version of `jsonschema` library
Open
accepting pull requests
- Dominant language
- Python
- Stars
- 344
- Forks
- 77
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 35
Description
Currently we are using an older version of `jsonschema`, which can lead to conflicts when installing in the same environment as other python packages.
To resolve, we first need to deliver this upstream change in the CDK (minus the Pendulum bump, which we won't do at this time):
- https://github.com/airbytehq/airbyte/pull/45677
Contributor guide
Assessment
This issue has not been assessed yet.