diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index f16fe1243653..09a83d553c56 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.9.0 + dockerImageTag: 5.10.0 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 2339ffbc3561..9af05f54489e 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.9.0" +version = "5.10.0" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "airbyte_cdk-5.9.0-py3-none-any.whl", hash = "sha256:aad20eaa6741a1fdaa25d7aef87a32d9b2562a3f8797281d70af23d7cc871a6c"}, - {file = "airbyte_cdk-5.9.0.tar.gz", hash = "sha256:57280fab00308b44e089d685d7e3b2ffa646d2d7df5cc39e4f78e9a8c8d8ca76"}, + {file = "airbyte_cdk-5.10.0-py3-none-any.whl", hash = "sha256:0a7d7fd13bc514eb4b2daa91237290d0b800c944073b39fd4c9b48df45200b58"}, + {file = "airbyte_cdk-5.10.0.tar.gz", hash = "sha256:9eb2d94c36c65195807f2d689faefd481ca35ec0c1ee5c11076a34ad942f0395"}, ] [package.dependencies] @@ -1734,4 +1734,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "0cf4e5fa0b28a7fc40149817c0b238f936f541a137b6b0ef33ae7d7598087687" +content-hash = "518482f3f6c4bc6fc7261314956983b25f76c78f9a14121f107d6b8e9f82509c" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 13a4e076baa7..8e2119f654d6 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.9.0" +version = "5.10.0" 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.9.0" +airbyte-cdk = "5.10.0" [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 1144c838b4c7..127cbcf873bd 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.10.0 | 2024-10-02 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.10.0 | | 5.9.0 | 2024-10-01 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.9.0 | | 5.8.1 | 2024-10-01 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.8.1 | | 5.8.0 | 2024-10-01 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.8.0 |