Skip to content

Commit 5e7fec3

Browse files
authored
🐙 source-klaviyo: run up-to-date pipeline [2024-08-24] (#44628)
1 parent 53d3215 commit 5e7fec3

File tree

4 files changed

+111
-20
lines changed

4 files changed

+111
-20
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
definitionId: 95e8cffd-b8c4-4039-968e-d32fb4a69bde
99
connectorBuildOptions:
1010
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
11-
dockerImageTag: 2.10.0
11+
dockerImageTag: 2.10.1
1212
dockerRepository: airbyte/source-klaviyo
1313
githubIssueLabel: source-klaviyo
1414
icon: klaviyo.svg

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

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

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

+1-1
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 = "2.10.0"
6+
version = "2.10.1"
77
name = "source-klaviyo"
88
description = "Source implementation for Klaviyo."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/klaviyo.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ contain the `predictive_analytics` field and workflows depending on this field w
9595

9696
| Version | Date | Pull Request | Subject |
9797
|:--------|:-----------|:-----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------|
98+
| 2.10.1 | 2024-08-24 | [44628](https://github.com/airbytehq/airbyte/pull/44628) | Update dependencies |
9899
| 2.10.0 | 2024-08-18 | [44366](https://github.com/airbytehq/airbyte/pull/44366) | Add field[metrics] to events stream |
99100
| 2.9.4 | 2024-08-17 | [44317](https://github.com/airbytehq/airbyte/pull/44317) | Update dependencies |
100101
| 2.9.3 | 2024-08-12 | [43806](https://github.com/airbytehq/airbyte/pull/43806) | Update dependencies |

0 commit comments

Comments
 (0)