Skip to content

Commit

Permalink
[source-trello] - Migrate to CDK v3.5.3 (#42019)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnilan authored Jul 17, 2024
1 parent be40552 commit 5cb0bfa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions airbyte-integrations/connectors/source-trello/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions airbyte-integrations/connectors/source-trello/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
Expand All @@ -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"
Expand All @@ -26,4 +26,3 @@ source-trello = "source_trello.run:run"
requests-mock = "^1.9.3"
pytest-mock = "^3.6"
pytest = "^6.1"

1 change: 1 addition & 0 deletions docs/integrations/sources/trello.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 5cb0bfa

Please sign in to comment.