Skip to content

Commit 0850bde

Browse files
authored
🐙 source-openweather: run up-to-date pipeline [2024-08-12] (#43735)
1 parent 7d5aaa4 commit 0850bde

File tree

4 files changed

+61
-58
lines changed

4 files changed

+61
-58
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: 561d7787-b45e-4f3b-af58-0163c3ba9d5a
10-
dockerImageTag: 0.2.14
10+
dockerImageTag: 0.2.15
1111
dockerRepository: airbyte/source-openweather
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/openweather
1313
githubIssueLabel: source-openweather

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

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

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

docs/integrations/sources/openweather.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The free plan allows 60 calls per minute and 1,000,000 calls per month, you won'
3838

3939
| Version | Date | Pull Request | Subject |
4040
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
41+
| 0.2.15 | 2024-08-12 | [43735](https://github.com/airbytehq/airbyte/pull/43735) | Update dependencies |
4142
| 0.2.14 | 2024-08-03 | [43217](https://github.com/airbytehq/airbyte/pull/43217) | Update dependencies |
4243
| 0.2.13 | 2024-07-27 | [42731](https://github.com/airbytehq/airbyte/pull/42731) | Update dependencies |
4344
| 0.2.12 | 2024-07-20 | [42389](https://github.com/airbytehq/airbyte/pull/42389) | Update dependencies |

0 commit comments

Comments
 (0)