Skip to content

Commit f1812e3

Browse files
authored
(source-tiktok-marketing) - Upgrade CDK 4.6.1 (#44910)
1 parent 011f40b commit f1812e3

File tree

4 files changed

+171
-11
lines changed

4 files changed

+171
-11
lines changed

airbyte-integrations/connectors/source-tiktok-marketing/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35
14-
dockerImageTag: 4.2.5
14+
dockerImageTag: 4.3.0
1515
dockerRepository: airbyte/source-tiktok-marketing
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/tiktok-marketing
1717
githubIssueLabel: source-tiktok-marketing

airbyte-integrations/connectors/source-tiktok-marketing/poetry.lock

+166-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-tiktok-marketing/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "4.2.5"
6+
version = "4.3.0"
77
name = "source-tiktok-marketing"
88
description = "Source implementation for Tiktok Marketing."
99
authors = [ "Airbyte <[email protected]>",]
@@ -16,8 +16,8 @@ repository = "https://github.com/airbytehq/airbyte"
1616
include = "source_tiktok_marketing"
1717

1818
[tool.poetry.dependencies]
19-
python = "^3.9,<3.12"
20-
airbyte-cdk = "^3"
19+
python = "^3.10,<3.12"
20+
airbyte-cdk = "^4.5.4"
2121

2222
[tool.poetry.scripts]
2323
source-tiktok-marketing = "source_tiktok_marketing.run:run"

docs/integrations/sources/tiktok-marketing.md

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ The connector is restricted by [requests limitation](https://business-api.tiktok
138138

139139
| Version | Date | Pull Request | Subject |
140140
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|
141+
| 4.3.0 | 2024-09-03 | [44910](https://github.com/airbytehq/airbyte/pull/44910) | Migrate to CDK v4 |
141142
| 4.2.5 | 2024-08-31 | [44954](https://github.com/airbytehq/airbyte/pull/44954) | Update dependencies |
142143
| 4.2.4 | 2024-08-24 | [43783](https://github.com/airbytehq/airbyte/pull/43783) | Update dependencies |
143144
| 4.2.3 | 2024-08-19 | [44048](https://github.com/airbytehq/airbyte/pull/44048) | Fix include_deleted toggle |

0 commit comments

Comments
 (0)