From 557fd33f7c6effdc830a464dcdb792bd935885fa Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 10 Jul 2024 02:25:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20source-unleash:=20run=20up-to-da?= =?UTF-8?q?te=20pipeline=20[2024-07-09]=20(#41114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectors/source-unleash/metadata.yaml | 4 ++-- airbyte-integrations/connectors/source-unleash/poetry.lock | 6 +++--- .../connectors/source-unleash/pyproject.toml | 2 +- docs/integrations/sources/unleash.md | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/airbyte-integrations/connectors/source-unleash/metadata.yaml b/airbyte-integrations/connectors/source-unleash/metadata.yaml index 525235d7515..7bdcb7c5ef5 100644 --- a/airbyte-integrations/connectors/source-unleash/metadata.yaml +++ b/airbyte-integrations/connectors/source-unleash/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: f77914a1-442b-4195-9355-8810a1f4ed3f - dockerImageTag: 0.1.4 + dockerImageTag: 0.1.5 dockerRepository: airbyte/source-unleash githubIssueLabel: source-unleash icon: unleash.svg @@ -35,5 +35,5 @@ data: type: GSM alias: airbyte-connector-testing-secret-store connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0 + baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/source-unleash/poetry.lock b/airbyte-integrations/connectors/source-unleash/poetry.lock index a550c377b90..cce71c3b0e7 100644 --- a/airbyte-integrations/connectors/source-unleash/poetry.lock +++ b/airbyte-integrations/connectors/source-unleash/poetry.lock @@ -862,13 +862,13 @@ fixture = ["fixtures"] [[package]] name = "setuptools" -version = "70.2.0" +version = "70.3.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-70.2.0-py3-none-any.whl", hash = "sha256:b8b8060bb426838fbe942479c90296ce976249451118ef566a5a0b7d8b78fb05"}, - {file = "setuptools-70.2.0.tar.gz", hash = "sha256:bd63e505105011b25c3c11f753f7e3b8465ea739efddaccef8f0efac2137bac1"}, + {file = "setuptools-70.3.0-py3-none-any.whl", hash = "sha256:fe384da74336c398e0d956d1cae0669bc02eed936cdb1d49b57de1990dc11ffc"}, + {file = "setuptools-70.3.0.tar.gz", hash = "sha256:f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5"}, ] [package.extras] diff --git a/airbyte-integrations/connectors/source-unleash/pyproject.toml b/airbyte-integrations/connectors/source-unleash/pyproject.toml index 550570b5049..1f4c51bccd1 100644 --- a/airbyte-integrations/connectors/source-unleash/pyproject.toml +++ b/airbyte-integrations/connectors/source-unleash/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.1.4" +version = "0.1.5" name = "source-unleash" description = "Source implementation for Unleash." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/unleash.md b/docs/integrations/sources/unleash.md index 31f10b9a7e7..9816c683aee 100644 --- a/docs/integrations/sources/unleash.md +++ b/docs/integrations/sources/unleash.md @@ -58,6 +58,7 @@ The API key that you are assigned is rate-limited. | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :------------------------------------ | +| 0.1.5 | 2024-07-09 | [41114](https://github.com/airbytehq/airbyte/pull/41114) | Update dependencies | | 0.1.4 | 2024-07-06 | [40978](https://github.com/airbytehq/airbyte/pull/40978) | Update dependencies | | 0.1.3 | 2024-06-25 | [40423](https://github.com/airbytehq/airbyte/pull/40423) | Update dependencies | | 0.1.2 | 2024-06-22 | [40018](https://github.com/airbytehq/airbyte/pull/40018) | Update dependencies |