Skip to content

Commit 36a421c

Browse files
authored
🐙 source-pokeapi: run up-to-date pipeline [2024-08-12] (#43760)
1 parent 22cc1f5 commit 36a421c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
connectorSubtype: api
2020
connectorType: source
2121
definitionId: 6371b14b-bc68-4236-bfbd-468e8df8e968
22-
dockerImageTag: 0.2.12
22+
dockerImageTag: 0.2.13
2323
dockerRepository: airbyte/source-pokeapi
2424
githubIssueLabel: source-pokeapi
2525
icon: pokeapi.svg

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

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

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

docs/integrations/sources/pokeapi.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The PokéAPI uses the same [JSONSchema](https://json-schema.org/understanding-js
3939

4040
| Version | Date | Pull Request | Subject |
4141
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------- |
42+
| 0.2.13 | 2024-08-12 | [43760](https://github.com/airbytehq/airbyte/pull/43760) | Update dependencies |
4243
| 0.2.12 | 2024-08-10 | [43576](https://github.com/airbytehq/airbyte/pull/43576) | Update dependencies |
4344
| 0.2.11 | 2024-08-03 | [43262](https://github.com/airbytehq/airbyte/pull/43262) | Update dependencies |
4445
| 0.2.10 | 2024-07-27 | [42738](https://github.com/airbytehq/airbyte/pull/42738) | Update dependencies |

0 commit comments

Comments
 (0)