Skip to content

Commit 2c6a1cb

Browse files
authored
🐙 source-oura: run up-to-date pipeline [2024-08-17] (#44271)
1 parent 81a5c17 commit 2c6a1cb

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: 2bf6c581-bec5-4e32-891d-de33036bd631
19-
dockerImageTag: 0.1.13
19+
dockerImageTag: 0.1.14
2020
dockerRepository: airbyte/source-oura
2121
githubIssueLabel: source-oura
2222
icon: oura.svg

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

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

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

docs/integrations/sources/oura.md

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

5757
| Version | Date | Pull Request | Subject |
5858
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------|
59+
| 0.1.14 | 2024-08-17 | [44271](https://github.com/airbytehq/airbyte/pull/44271) | Update dependencies |
5960
| 0.1.13 | 2024-08-12 | [43788](https://github.com/airbytehq/airbyte/pull/43788) | Update dependencies |
6061
| 0.1.12 | 2024-08-10 | [43633](https://github.com/airbytehq/airbyte/pull/43633) | Update dependencies |
6162
| 0.1.11 | 2024-08-03 | [43287](https://github.com/airbytehq/airbyte/pull/43287) | Update dependencies |

0 commit comments

Comments
 (0)