diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index 4ecefbd2836c..b380a7de5508 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml +++ b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml @@ -8,7 +8,7 @@ data: connectorType: source definitionId: 64a2f99c-542f-4af8-9a6f-355f1217b436 # This version should not be updated manually - it is updated by the CDK release workflow. - dockerImageTag: 5.7.3 + dockerImageTag: 5.7.4 dockerRepository: airbyte/source-declarative-manifest # This page is hidden from the docs for now, since the connector is not in any Airbyte registries. documentationUrl: https://docs.airbyte.com/integrations/sources/low-code diff --git a/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock b/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock index 281e5a125e1d..2909699443bc 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock +++ b/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "airbyte-cdk" -version = "5.7.3" +version = "5.7.4" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "airbyte_cdk-5.7.3-py3-none-any.whl", hash = "sha256:078b58839afa2cc6e3dc008da7d468cc21fa70d736f34c36b870cfb753c3f5ba"}, - {file = "airbyte_cdk-5.7.3.tar.gz", hash = "sha256:00a93f6f50cb8af59cc95d807846d1d1485c6877dfc193f10eb893e6c5b1daa7"}, + {file = "airbyte_cdk-5.7.4-py3-none-any.whl", hash = "sha256:98cfd578f52c2d73feb0e9630b6e86562c6c4107a01cfb144b2f5592093d4026"}, + {file = "airbyte_cdk-5.7.4.tar.gz", hash = "sha256:2be73944b115ddaf01ad7a9fbf4927e098bd0041ee91bbef4aafabc614fd2405"}, ] [package.dependencies] @@ -1733,4 +1733,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "29fd6d1c712493dbe474613058c356a250da1b86ef97309cab8f97e49a33b2df" +content-hash = "88caa7b2aeadb8ac742d32523e0f75fc0ae4878a63d7228182c5a0a9d2c68697" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index cb3f39e3b1a2..1d3969df094c 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml +++ b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "5.7.3" +version = "5.7.4" name = "source-declarative-manifest" description = "Base source implementation for low-code sources." authors = ["Airbyte "] @@ -17,7 +17,7 @@ include = "source_declarative_manifest" [tool.poetry.dependencies] python = "^3.10,<3.12" -airbyte-cdk = "5.7.3" +airbyte-cdk = "5.7.4" [tool.poetry.scripts] source-declarative-manifest = "source_declarative_manifest.run:run" diff --git a/docs/integrations/sources/low-code.md b/docs/integrations/sources/low-code.md index e66979baa4be..ba27cdc51b88 100644 --- a/docs/integrations/sources/low-code.md +++ b/docs/integrations/sources/low-code.md @@ -9,6 +9,7 @@ The changelog below is automatically updated by the `bump_version` command as pa | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 5.7.4 | 2024-09-27 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.7.4 | | 5.7.3 | 2024-09-25 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.7.3 | | 5.7.2 | 2024-09-24 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.7.2 | | 5.7.1 | 2024-09-24 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.7.1 |