1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-outbrain-amplify: run up-to-date pipeline [2025-07-19] (#63413)

This commit is contained in:
Airbyte
2025-07-19 16:07:18 +02:00
committed by GitHub
parent f0253210b5
commit 73fbfcad82
4 changed files with 6 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ data:
type: GSM
connectorType: source
definitionId: 4fe962d0-a70e-4516-aa99-c551abf46352
dockerImageTag: 0.2.11
dockerImageTag: 0.2.12
dockerRepository: airbyte/source-outbrain-amplify
documentationUrl: https://docs.airbyte.com/integrations/sources/outbrain-amplify
githubIssueLabel: source-outbrain-amplify

View File

@@ -130,13 +130,13 @@ ujson = ["ujson (>=5.10.0)"]
[[package]]
name = "certifi"
version = "2025.7.9"
version = "2025.7.14"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.7"
files = [
{file = "certifi-2025.7.9-py3-none-any.whl", hash = "sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39"},
{file = "certifi-2025.7.9.tar.gz", hash = "sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079"},
{file = "certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2"},
{file = "certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995"},
]
[[package]]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.2.11"
version = "0.2.12"
name = "source-outbrain-amplify"
description = "Source implementation for outbrain amplify."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -65,6 +65,7 @@ Specify credentials and a start date.
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------- |
| 0.2.12 | 2025-07-19 | [63413](https://github.com/airbytehq/airbyte/pull/63413) | Update dependencies |
| 0.2.11 | 2025-07-12 | [63186](https://github.com/airbytehq/airbyte/pull/63186) | Update dependencies |
| 0.2.10 | 2025-07-05 | [62630](https://github.com/airbytehq/airbyte/pull/62630) | Update dependencies |
| 0.2.9 | 2025-06-28 | [62353](https://github.com/airbytehq/airbyte/pull/62353) | Update dependencies |