From d00209c12ddc4074b1d9d4c11dcf919e9ecffe3c Mon Sep 17 00:00:00 2001 From: aldogonzalez8 Date: Tue, 14 May 2024 14:20:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Cut=20version=200.88.4=20of=20so?= =?UTF-8?q?urce-declarative-manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source-declarative-manifest/metadata.yaml | 2 +- .../source-declarative-manifest/poetry.lock | 22 ++++++++++++++----- .../pyproject.toml | 4 ++-- docs/integrations/sources/low-code.md | 1 + 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index a40cef709d76..b68d4220b235 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: 0.88.0 + dockerImageTag: 0.88.1 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 c90791c7fbed..4937f8848c43 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock +++ b/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "airbyte-cdk" -version = "0.88.0" +version = "0.88.4" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "airbyte_cdk-0.88.0-py3-none-any.whl", hash = "sha256:72f9af784f731be99c95d7a0ef11579b17354ce1eeb59cf984fa5a53a3ba5fff"}, - {file = "airbyte_cdk-0.88.0.tar.gz", hash = "sha256:6a6a6330e954e4327cb21b8908da4ec27ae7b8fd9fae19073496bcc5246b7a45"}, + {file = "airbyte_cdk-0.88.4-py3-none-any.whl", hash = "sha256:0cbd9fd31781d4d5763e6cbd9826ba644602d0734b8e4f3e783a5332472b2975"}, + {file = "airbyte_cdk-0.88.4.tar.gz", hash = "sha256:275860b853047920a82ff54c03a1bd7a3ae5f7ee75e9ab7013e809b22ee94032"}, ] [package.dependencies] @@ -29,6 +29,7 @@ pydantic = ">=1.10.8,<2.0.0" pyjwt = ">=2.8.0,<3.0.0" pyrate-limiter = ">=3.1.0,<3.2.0" python-dateutil = "*" +pytz = "2024.1" PyYAML = ">=6.0.1,<7.0.0" requests = "*" requests_cache = "*" @@ -985,6 +986,17 @@ files = [ [package.dependencies] six = ">=1.5" +[[package]] +name = "pytz" +version = "2024.1" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, +] + [[package]] name = "pytzdata" version = "2020.1" @@ -1314,4 +1326,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "799ca934860b9e1ae3f79f3dd7cf153ee602cb245ebdf4eebfda4421e1e7db19" +content-hash = "69ef34f8d4bc017bbe23df8b6e9e5534e9c9217491c62d8aed0f0a67e0026e91" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 1c2f8811c6de..040552614600 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 = "0.88.0" +version = "0.88.1" 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.9,<3.12" -airbyte-cdk = "0.88.0" +airbyte-cdk = "0.88.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 97b7cb80bc22..f2d4b9b1b1d3 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 | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 0.88.1 | 2024-05-14 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.88.4 | | 0.88.0 | 2024-05-08 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.88.0 | | 0.87.0 | 2024-05-07 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.87.0 | | 0.86.2 | 2024-05-02 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.86.3 |