Skip to content

Commit 5cf3b9a

Browse files
authored
🐙 source-public-apis: run up-to-date pipeline [2024-08-31] (#44947)
1 parent 7d8d11c commit 5cf3b9a

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

airbyte-integrations/connectors/source-public-apis/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
connectorSubtype: api
1818
connectorType: source
1919
definitionId: a4617b39-3c14-44cd-a2eb-6e720f269235
20-
dockerImageTag: 0.2.13
20+
dockerImageTag: 0.2.14
2121
dockerRepository: airbyte/source-public-apis
2222
documentationUrl: https://docs.airbyte.com/integrations/sources/public-apis
2323
githubIssueLabel: source-public-apis

airbyte-integrations/connectors/source-public-apis/poetry.lock

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

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

docs/integrations/sources/public-apis.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This source requires no setup.
4646

4747
| Version | Date | Pull Request | Subject |
4848
| :------ | :--------- | :------------------------------------------------------- | :------------------- |
49+
| 0.2.14 | 2024-08-31 | [44947](https://github.com/airbytehq/airbyte/pull/44947) | Update dependencies |
4950
| 0.2.13 | 2024-08-24 | [44360](https://github.com/airbytehq/airbyte/pull/44360) | Update dependencies |
5051
| 0.2.12 | 2024-08-12 | [43763](https://github.com/airbytehq/airbyte/pull/43763) | Update dependencies |
5152
| 0.2.11 | 2024-08-10 | [43632](https://github.com/airbytehq/airbyte/pull/43632) | Update dependencies |

0 commit comments

Comments
 (0)