Skip to content

Commit 5543fc9

Browse files
authored
🐙 source-omnisend: run up-to-date pipeline [2024-08-03] (#42745)
1 parent d6b7da8 commit 5543fc9

File tree

4 files changed

+28
-27
lines changed

4 files changed

+28
-27
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: e7f0c5e2-4815-48c4-90cf-f47124209835
19-
dockerImageTag: 0.1.9
19+
dockerImageTag: 0.1.10
2020
dockerRepository: airbyte/source-omnisend
2121
githubIssueLabel: source-omnisend
2222
icon: omnisend.svg

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

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

airbyte-integrations/connectors/source-omnisend/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 = "0.1.9"
6+
version = "0.1.10"
77
name = "source-omnisend"
88
description = "Source implementation for Omnisend."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/omnisend.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The connector has a rate limit of 400 requests per 1 minute.
3636

3737
| Version | Date | Pull Request | Subject |
3838
|:--------|:-----------| :------------------------------------------------------- | :------------- |
39+
| 0.1.10 | 2024-08-03 | [42745](https://github.com/airbytehq/airbyte/pull/42745) | Update dependencies |
3940
| 0.1.9 | 2024-07-20 | [42325](https://github.com/airbytehq/airbyte/pull/42325) | Update dependencies |
4041
| 0.1.8 | 2024-07-13 | [41697](https://github.com/airbytehq/airbyte/pull/41697) | Update dependencies |
4142
| 0.1.7 | 2024-07-10 | [41454](https://github.com/airbytehq/airbyte/pull/41454) | Update dependencies |

0 commit comments

Comments
 (0)