Skip to content

Commit be81ed7

Browse files
authored
🐙 source-smartsheets: run up-to-date pipeline [2024-08-03] (#43108)
1 parent 7ddb3b4 commit be81ed7

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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.12
12+
dockerImageTag: 1.1.13
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

+6-6
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.12"
6+
version = "1.1.13"
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.13 | 2024-08-03 | [43108](https://github.com/airbytehq/airbyte/pull/43108) | Update dependencies |
120121
| 1.1.12 | 2024-07-27 | [42632](https://github.com/airbytehq/airbyte/pull/42632) | Update dependencies |
121122
| 1.1.11 | 2024-07-20 | [42359](https://github.com/airbytehq/airbyte/pull/42359) | Update dependencies |
122123
| 1.1.10 | 2024-07-13 | [41825](https://github.com/airbytehq/airbyte/pull/41825) | Update dependencies |

0 commit comments

Comments
 (0)