Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 09a517d3-803f-448d-97bf-0b1ee64b90ef
dockerImageTag: 0.2.15
dockerImageTag: 0.2.16
dockerRepository: airbyte/source-yahoo-finance-price
documentationUrl: https://docs.airbyte.com/integrations/sources/yahoo-finance-price
githubIssueLabel: source-yahoo-finance-price
Expand Down
114 changes: 58 additions & 56 deletions airbyte-integrations/connectors/source-yahoo-finance-price/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.15"
version = "0.2.16"
name = "source-yahoo-finance-price"
description = "Source implementation for Yahoo Finance Price."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/yahoo-finance-price.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The Airbyte Source for [Yahoo Finance Price](https://finance.yahoo.com/)

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.2.16 | 2024-08-10 | [43634](https://github.com/airbytehq/airbyte/pull/43634) | Update dependencies |
| 0.2.15 | 2024-08-03 | [43204](https://github.com/airbytehq/airbyte/pull/43204) | Update dependencies |
| 0.2.14 | 2024-07-27 | [42788](https://github.com/airbytehq/airbyte/pull/42788) | Update dependencies |
| 0.2.13 | 2024-07-20 | [42136](https://github.com/airbytehq/airbyte/pull/42136) | Update dependencies |
Expand Down