Skip to content

Commit 53b7447

Browse files
authored
🐙 source-asana: run up-to-date pipeline [2024-08-31] (#44970)
1 parent d1db578 commit 53b7447

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data:
2828
connectorSubtype: api
2929
connectorType: source
3030
definitionId: d0243522-dccf-4978-8ba0-37ed47a0bdbf
31-
dockerImageTag: 1.2.5
31+
dockerImageTag: 1.2.6
3232
dockerRepository: airbyte/source-asana
3333
githubIssueLabel: source-asana
3434
icon: asana.svg

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

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

airbyte-integrations/connectors/source-asana/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.2.5"
6+
version = "1.2.6"
77
name = "source-asana"
88
description = "Source implementation for asana."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/asana.md

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The connector is restricted by [Asana rate limits](https://developers.asana.com/
106106

107107
| Version | Date | Pull Request | Subject |
108108
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------|
109+
| 1.2.6 | 2024-08-31 | [44970](https://github.com/airbytehq/airbyte/pull/44970) | Update dependencies |
109110
| 1.2.5 | 2024-08-24 | [44722](https://github.com/airbytehq/airbyte/pull/44722) | Update dependencies |
110111
| 1.2.4 | 2024-08-17 | [44275](https://github.com/airbytehq/airbyte/pull/44275) | Update dependencies |
111112
| 1.2.3 | 2024-08-12 | [43807](https://github.com/airbytehq/airbyte/pull/43807) | Update dependencies |

0 commit comments

Comments
 (0)