Skip to content

Commit

Permalink
airbyte-ci pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
pnilan committed Aug 29, 2024
1 parent 5478a4b commit 273c3ab
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d8313939-3782-41b0-be29-b3ca20d8dd3a
dockerImageTag: 0.6.21
dockerImageTag: 0.7.0
dockerRepository: airbyte/source-intercom
documentationUrl: https://docs.airbyte.com/integrations/sources/intercom
githubIssueLabel: source-intercom
Expand Down
173 changes: 166 additions & 7 deletions airbyte-integrations/connectors/source-intercom/poetry.lock

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

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 = "0.6.21"
version = "0.7.0"
name = "source-intercom"
description = "Source implementation for Intercom Yaml."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -16,8 +16,8 @@ repository = "https://github.com/airbytehq/airbyte"
include = "source_intercom"

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

[tool.poetry.scripts]
source-intercom = "source_intercom.run:run"
Expand Down
Loading

0 comments on commit 273c3ab

Please sign in to comment.