diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index b380a7de5508..95b39459d6f0 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.4 + dockerImageTag: 5.7.5 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 2909699443bc..0e4c619f7b73 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.4" +version = "5.7.5" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "airbyte_cdk-5.7.4-py3-none-any.whl", hash = "sha256:98cfd578f52c2d73feb0e9630b6e86562c6c4107a01cfb144b2f5592093d4026"}, - {file = "airbyte_cdk-5.7.4.tar.gz", hash = "sha256:2be73944b115ddaf01ad7a9fbf4927e098bd0041ee91bbef4aafabc614fd2405"}, + {file = "airbyte_cdk-5.7.5-py3-none-any.whl", hash = "sha256:57f1ba57f0ffdff384a2b1095143b527ab7320a4b2d9732faa2ea9b4b471e756"}, + {file = "airbyte_cdk-5.7.5.tar.gz", hash = "sha256:3a549fe4c987b900a08d8392a2910ab92c387406bb26ead2c48dc34e605ddb3b"}, ] [package.dependencies] @@ -1733,4 +1733,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "88caa7b2aeadb8ac742d32523e0f75fc0ae4878a63d7228182c5a0a9d2c68697" +content-hash = "9edbb42a8fe75e858ff44c0645bea1f01b10df4d60e94fd7aba8bfcb4ddf7a48" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 1d3969df094c..6b56b9e7f8ed 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.4" +version = "5.7.5" 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.4" +airbyte-cdk = "5.7.5" [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 ba27cdc51b88..3a42250b9f05 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.5 | 2024-09-27 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.7.5 | | 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 |