Skip to content

Commit f310bcd

Browse files
authored
Source Iterable: refactor state handling (#39382)
1 parent 84633dc commit f310bcd

File tree

5 files changed

+82
-68
lines changed

5 files changed

+82
-68
lines changed

airbyte-integrations/connectors/source-iterable/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: 2e875208-0c0b-4ee4-9e92-1cb3156ea799
13-
dockerImageTag: 0.5.3
13+
dockerImageTag: 0.5.4
1414
dockerRepository: airbyte/source-iterable
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/iterable
1616
githubIssueLabel: source-iterable

airbyte-integrations/connectors/source-iterable/poetry.lock

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

airbyte-integrations/connectors/source-iterable/pyproject.toml

+2-2
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.5.3"
6+
version = "0.5.4"
77
name = "source-iterable"
88
description = "Source implementation for Iterable."
99
authors = [ "Airbyte <[email protected]>",]
@@ -18,7 +18,7 @@ include = "source_iterable"
1818
[tool.poetry.dependencies]
1919
python = "^3.9,<3.12"
2020
pendulum = "==2.1.2"
21-
airbyte-cdk = "0.89.0"
21+
airbyte-cdk = "0.90.0"
2222
requests = "==2.31.0"
2323
python-dateutil = "==2.8.2"
2424

0 commit comments

Comments
 (0)