Skip to content

Commit cb4d131

Browse files
authored
🐙 source-alpha-vantage: run up-to-date pipeline [2024-09-14] (#45554)
1 parent c4f68f2 commit cb4d131

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

airbyte-integrations/connectors/source-alpha-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: db385323-9333-4fec-bec3-9e0ca9326c90
5-
dockerImageTag: 0.1.17
5+
dockerImageTag: 0.1.18
66
dockerRepository: airbyte/source-alpha-vantage
77
githubIssueLabel: source-alpha-vantage
88
icon: alpha-vantage.svg

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

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

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

docs/integrations/sources/alpha-vantage.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The following fields are required fields for the connector to work:
6161

6262
| Version | Date | Pull Request | Subject |
6363
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
64+
| 0.1.18 | 2024-09-14 | [45554](https://github.com/airbytehq/airbyte/pull/45554) | Update dependencies |
6465
| 0.1.17 | 2024-09-07 | [45253](https://github.com/airbytehq/airbyte/pull/45253) | Update dependencies |
6566
| 0.1.16 | 2024-08-31 | [44972](https://github.com/airbytehq/airbyte/pull/44972) | Update dependencies |
6667
| 0.1.15 | 2024-08-24 | [44359](https://github.com/airbytehq/airbyte/pull/44359) | Update dependencies |

0 commit comments

Comments
 (0)