Skip to content

Commit c33d69e

Browse files
authored
🐙 source-openweather: run up-to-date pipeline [2024-08-24] (#44725)
1 parent 17eb6a1 commit c33d69e

File tree

4 files changed

+59
-58
lines changed

4 files changed

+59
-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.16
10+
dockerImageTag: 0.2.17
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

+56-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.16"
6+
version = "0.2.17"
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.17 | 2024-08-24 | [44725](https://github.com/airbytehq/airbyte/pull/44725) | Update dependencies |
4142
| 0.2.16 | 2024-08-17 | [44236](https://github.com/airbytehq/airbyte/pull/44236) | Update dependencies |
4243
| 0.2.15 | 2024-08-12 | [43735](https://github.com/airbytehq/airbyte/pull/43735) | Update dependencies |
4344
| 0.2.14 | 2024-08-03 | [43217](https://github.com/airbytehq/airbyte/pull/43217) | Update dependencies |

0 commit comments

Comments
 (0)