Skip to content

Commit 8a5cefc

Browse files
authored
🐙 source-pinterest: run up-to-date pipeline [2024-08-24] (#44752)
1 parent 6bce7f0 commit 8a5cefc

File tree

4 files changed

+111
-20
lines changed

4 files changed

+111
-20
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: api
66
connectorType: source
77
definitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
8-
dockerImageTag: 2.0.12
8+
dockerImageTag: 2.0.13
99
dockerRepository: airbyte/source-pinterest
1010
connectorBuildOptions:
1111
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916

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

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

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

docs/integrations/sources/pinterest.md

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ The connector is restricted by the Pinterest
203203

204204
| Version | Date | Pull Request | Subject |
205205
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
206+
| 2.0.13 | 2024-08-24 | [44752](https://github.com/airbytehq/airbyte/pull/44752) | Update dependencies |
206207
| 2.0.12 | 2024-08-17 | [44346](https://github.com/airbytehq/airbyte/pull/44346) | Update dependencies |
207208
| 2.0.11 | 2024-08-12 | [43838](https://github.com/airbytehq/airbyte/pull/43838) | Update dependencies |
208209
| 2.0.10 | 2024-08-10 | [43642](https://github.com/airbytehq/airbyte/pull/43642) | Update dependencies |

0 commit comments

Comments
 (0)