Skip to content

Commit a8b4a75

Browse files
authored
🐙 source-vantage: run up-to-date pipeline [2024-08-03] (#43049)
1 parent 10f8ffe commit a8b4a75

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 28ce1fbd-1e15-453f-aa9f-da6c4d928e92
5-
dockerImageTag: 0.1.11
5+
dockerImageTag: 0.1.12
66
dockerRepository: airbyte/source-vantage
77
githubIssueLabel: source-vantage
88
icon: vantage.svg

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

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

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

docs/integrations/sources/vantage.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Vantage APIs are under rate limits for the number of API calls allowed per API k
3535

3636
| Version | Date | Pull Request | Subject |
3737
| :------ | :--------- | :-------------------------------------------------------- | :---------------------------------------- |
38+
| 0.1.12 | 2024-08-03 | [43049](https://github.com/airbytehq/airbyte/pull/43049) | Update dependencies |
3839
| 0.1.11 | 2024-07-27 | [42749](https://github.com/airbytehq/airbyte/pull/42749) | Update dependencies |
3940
| 0.1.10 | 2024-07-20 | [42271](https://github.com/airbytehq/airbyte/pull/42271) | Update dependencies |
4041
| 0.1.9 | 2024-07-13 | [41817](https://github.com/airbytehq/airbyte/pull/41817) | Update dependencies |

0 commit comments

Comments
 (0)