From 6e271c7889009964506e0e4ab821f5bcfd69d593 Mon Sep 17 00:00:00 2001 From: Airbyte Date: Tue, 18 Feb 2025 08:17:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20source-smartsheets:=20run=20up-t?= =?UTF-8?q?o-date=20pipeline=20[2025-02-15]=20(#54107)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectors/source-smartsheets/metadata.yaml | 4 ++-- .../connectors/source-smartsheets/pyproject.toml | 2 +- docs/integrations/sources/smartsheets.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-smartsheets/metadata.yaml b/airbyte-integrations/connectors/source-smartsheets/metadata.yaml index 899cee58b8e48..3ba8c4a788b98 100644 --- a/airbyte-integrations/connectors/source-smartsheets/metadata.yaml +++ b/airbyte-integrations/connectors/source-smartsheets/metadata.yaml @@ -9,7 +9,7 @@ data: connectorSubtype: api connectorType: source definitionId: 374ebc65-6636-4ea0-925c-7d35999a8ffc - dockerImageTag: 1.1.34 + dockerImageTag: 1.1.35 dockerRepository: airbyte/source-smartsheets documentationUrl: https://docs.airbyte.com/integrations/sources/smartsheets githubIssueLabel: source-smartsheets @@ -51,5 +51,5 @@ data: type: GSM alias: airbyte-connector-testing-secret-store connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75 + baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/source-smartsheets/pyproject.toml b/airbyte-integrations/connectors/source-smartsheets/pyproject.toml index 52fff344aaee1..432b6f9092bce 100644 --- a/airbyte-integrations/connectors/source-smartsheets/pyproject.toml +++ b/airbyte-integrations/connectors/source-smartsheets/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "1.1.34" +version = "1.1.35" name = "source-smartsheets" description = "Source implementation for Smartsheets." authors = [ "Nate Nowack ",] diff --git a/docs/integrations/sources/smartsheets.md b/docs/integrations/sources/smartsheets.md index c009ffea83e04..b4b926423a37d 100644 --- a/docs/integrations/sources/smartsheets.md +++ b/docs/integrations/sources/smartsheets.md @@ -117,6 +117,7 @@ The remaining column datatypes supported by Smartsheets are more complex types ( | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------- | +| 1.1.35 | 2025-02-15 | [54107](https://github.com/airbytehq/airbyte/pull/54107) | Update dependencies | | 1.1.34 | 2024-11-14 | [46379](https://github.com/airbytehq/airbyte/pull/46379) | Add support for Smartsheet Reports (full refresh only) | | 1.1.33 | 2025-02-01 | [53108](https://github.com/airbytehq/airbyte/pull/53108) | Update dependencies | | 1.1.32 | 2025-01-25 | [52426](https://github.com/airbytehq/airbyte/pull/52426) | Update dependencies |