Skip to content

Commit 45bf143

Browse files
authored
🐙 source-smartsheets: run up-to-date pipeline [2024-08-31] (#45012)
1 parent 417bd6d commit 45bf143

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: 374ebc65-6636-4ea0-925c-7d35999a8ffc
12-
dockerImageTag: 1.1.16
12+
dockerImageTag: 1.1.17
1313
dockerRepository: airbyte/source-smartsheets
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/smartsheets
1515
githubIssueLabel: source-smartsheets

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

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

airbyte-integrations/connectors/source-smartsheets/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 = "1.1.16"
6+
version = "1.1.17"
77
name = "source-smartsheets"
88
description = "Source implementation for Smartsheets."
99
authors = [ "Nate Nowack <[email protected]>",]

docs/integrations/sources/smartsheets.md

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The remaining column datatypes supported by Smartsheets are more complex types (
117117

118118
| Version | Date | Pull Request | Subject |
119119
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------- |
120+
| 1.1.17 | 2024-08-31 | [45012](https://github.com/airbytehq/airbyte/pull/45012) | Update dependencies |
120121
| 1.1.16 | 2024-08-24 | [44738](https://github.com/airbytehq/airbyte/pull/44738) | Update dependencies |
121122
| 1.1.15 | 2024-08-17 | [44244](https://github.com/airbytehq/airbyte/pull/44244) | Update dependencies |
122123
| 1.1.14 | 2024-08-10 | [43686](https://github.com/airbytehq/airbyte/pull/43686) | Update dependencies |

0 commit comments

Comments
 (0)