1
0
mirror of synced 2025-12-30 03:02:21 -05:00

cdk: do not call init_uncaught_exception_handler from modules' root (#14892)

This commit is contained in:
Augustin
2022-07-21 16:34:20 +02:00
committed by GitHub
parent 2a8d2516c5
commit b76b73bbfb
6 changed files with 22 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ README = (HERE / "README.md").read_text()
setup(
name="airbyte-cdk",
version="0.1.65",
version="0.1.66",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",