Skip to content

Commit e4169ab

Browse files
authored
🐙 source-ashby: run up-to-date pipeline [2024-08-03] (#43080)
1 parent 524450c commit e4169ab

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 4e8c9fa0-3634-499b-b948-11581b5c3efa
5-
dockerImageTag: 0.1.12
5+
dockerImageTag: 0.1.13
66
dockerRepository: airbyte/source-ashby
77
githubIssueLabel: source-ashby
88
icon: ashby.svg

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

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

airbyte-integrations/connectors/source-ashby/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 = "0.1.12"
6+
version = "0.1.13"
77
name = "source-ashby"
88
description = "Source implementation for Ashby."
99
authors = [ "Elliot Trabac <[email protected]>",]

docs/integrations/sources/ashby.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The Ashby connector should not run into Ashby API limitations under normal usage
4848

4949
| Version | Date | Pull Request | Subject |
5050
|:--------| :--------- | :------------------------------------------------------- |:--------------------------------------------|
51+
| 0.1.13 | 2024-08-03 | [43080](https://github.com/airbytehq/airbyte/pull/43080) | Update dependencies |
5152
| 0.1.12 | 2024-07-27 | [42658](https://github.com/airbytehq/airbyte/pull/42658) | Update dependencies |
5253
| 0.1.11 | 2024-07-20 | [42220](https://github.com/airbytehq/airbyte/pull/42220) | Update dependencies |
5354
| 0.1.10 | 2024-07-17 | [42028](https://github.com/airbytehq/airbyte/pull/42028) | Fix typo in application stream |

0 commit comments

Comments
 (0)