From 5cb0bfafa1e524a19a655cd9c0ba76a850280ba0 Mon Sep 17 00:00:00 2001 From: Patrick Nilan Date: Wed, 17 Jul 2024 14:29:54 -0700 Subject: [PATCH] [source-trello] - Migrate to CDK v3.5.3 (#42019) --- .../connectors/source-trello/metadata.yaml | 2 +- airbyte-integrations/connectors/source-trello/poetry.lock | 8 ++++---- .../connectors/source-trello/pyproject.toml | 5 ++--- docs/integrations/sources/trello.md | 1 + 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/airbyte-integrations/connectors/source-trello/metadata.yaml b/airbyte-integrations/connectors/source-trello/metadata.yaml index 05cfce92d6c1..d967699630b3 100644 --- a/airbyte-integrations/connectors/source-trello/metadata.yaml +++ b/airbyte-integrations/connectors/source-trello/metadata.yaml @@ -19,7 +19,7 @@ data: connectorSubtype: api connectorType: source definitionId: 8da67652-004c-11ec-9a03-0242ac130003 - dockerImageTag: 1.0.10 + dockerImageTag: 1.1.0 dockerRepository: airbyte/source-trello documentationUrl: https://docs.airbyte.com/integrations/sources/trello githubIssueLabel: source-trello diff --git a/airbyte-integrations/connectors/source-trello/poetry.lock b/airbyte-integrations/connectors/source-trello/poetry.lock index b19857a5a728..7f521d1978e0 100644 --- a/airbyte-integrations/connectors/source-trello/poetry.lock +++ b/airbyte-integrations/connectors/source-trello/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "airbyte-cdk" -version = "2.4.0" +version = "3.6.0" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "airbyte_cdk-2.4.0-py3-none-any.whl", hash = "sha256:39470b2fe97f28959fcecb839d3080a8aba4a64a29dddf54a39f11f93f9f9ef7"}, - {file = "airbyte_cdk-2.4.0.tar.gz", hash = "sha256:f973d2e17a6dd0416c4395139e2761a10b38aafa61e097eaacffebbe6164ef45"}, + {file = "airbyte_cdk-3.6.0-py3-none-any.whl", hash = "sha256:b265567e381a8b236f1a7711a9c19afd76748b477acc52a5daffdd4ac0a95a78"}, + {file = "airbyte_cdk-3.6.0.tar.gz", hash = "sha256:1f7974eed91a7531ab8d64f1ac48d076b8369224cf66075541aab93d1f2059ee"}, ] [package.dependencies] @@ -1406,4 +1406,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "8f3e90817600267ec9fc4217bc0ce5757bdf57ba45a668e101bd1c2d25c9c185" +content-hash = "1b32e0f1823648c911a1f80fc4d59c504fce998a0024561dfe45e45f00648a40" diff --git a/airbyte-integrations/connectors/source-trello/pyproject.toml b/airbyte-integrations/connectors/source-trello/pyproject.toml index 91ec4a5ddb04..51723acc28aa 100644 --- a/airbyte-integrations/connectors/source-trello/pyproject.toml +++ b/airbyte-integrations/connectors/source-trello/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "1.0.10" +version = "1.1.0" name = "source-trello" description = "Source implementation for Trello." authors = [ "Airbyte ",] @@ -17,7 +17,7 @@ include = "source_trello" [tool.poetry.dependencies] python = "^3.9,<3.12" -airbyte-cdk = "^2" +airbyte-cdk = "^3" [tool.poetry.scripts] source-trello = "source_trello.run:run" @@ -26,4 +26,3 @@ source-trello = "source_trello.run:run" requests-mock = "^1.9.3" pytest-mock = "^3.6" pytest = "^6.1" - diff --git a/docs/integrations/sources/trello.md b/docs/integrations/sources/trello.md index 5f09e0d33cce..cf1470c3f872 100644 --- a/docs/integrations/sources/trello.md +++ b/docs/integrations/sources/trello.md @@ -83,6 +83,7 @@ The Trello connector should not run into Trello API limitations under normal usa | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------- | +| 1.1.0 | 2024-07-17 | [42019](https://github.com/airbytehq/airbyte/pull/42019) | Migrate to CDK v3.5.3 | | 1.0.10 | 2024-07-13 | [41774](https://github.com/airbytehq/airbyte/pull/41774) | Update dependencies | | 1.0.9 | 2024-07-10 | [41601](https://github.com/airbytehq/airbyte/pull/41601) | Update dependencies | | 1.0.8 | 2024-07-09 | [41099](https://github.com/airbytehq/airbyte/pull/41099) | Update dependencies |