Skip to content

Commit c72052a

Browse files
authored
(source-intercom) - Upgrade CDK 4.6.1 (#44911)
1 parent 1b2c27e commit c72052a

File tree

4 files changed

+172
-12
lines changed

4 files changed

+172
-12
lines changed

airbyte-integrations/connectors/source-intercom/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: d8313939-3782-41b0-be29-b3ca20d8dd3a
13-
dockerImageTag: 0.6.21
13+
dockerImageTag: 0.7.0
1414
dockerRepository: airbyte/source-intercom
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/intercom
1616
githubIssueLabel: source-intercom

airbyte-integrations/connectors/source-intercom/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-intercom/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 = "0.6.21"
6+
version = "0.7.0"
77
name = "source-intercom"
88
description = "Source implementation for Intercom Yaml."
99
authors = [ "Airbyte <[email protected]>",]
@@ -16,8 +16,8 @@ repository = "https://github.com/airbytehq/airbyte"
1616
include = "source_intercom"
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-intercom = "source_intercom.run:run"

0 commit comments

Comments
 (0)