Skip to content

Commit 69d4b7f

Browse files
authored
🐙 source-fleetio: run up-to-date pipeline [2024-08-12] (#43927)
1 parent 739a46f commit 69d4b7f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-fleetio/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: 13a7652d-1d94-4033-931a-613d22d3cbb3
12-
dockerImageTag: 0.1.9
12+
dockerImageTag: 0.1.10
1313
dockerRepository: airbyte/source-fleetio
1414
githubIssueLabel: source-fleetio
1515
icon: icon.svg

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

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

airbyte-integrations/connectors/source-fleetio/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.9"
6+
version = "0.1.10"
77
name = "source-fleetio"
88
description = "Source implementation for Fleetio."
99
authors = ["John Michael Mizerany <[email protected]>"]

docs/integrations/sources/fleetio.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Our source connector adheres to the standard rate limiting with the Airbyte low-
5151

5252
| Version | Date | Pull Request | Subject |
5353
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------|
54+
| 0.1.10 | 2024-08-12 | [43927](https://github.com/airbytehq/airbyte/pull/43927) | Update dependencies |
5455
| 0.1.9 | 2024-08-10 | [43534](https://github.com/airbytehq/airbyte/pull/43534) | Update dependencies |
5556
| 0.1.8 | 2024-08-03 | [43103](https://github.com/airbytehq/airbyte/pull/43103) | Update dependencies |
5657
| 0.1.7 | 2024-07-27 | [42695](https://github.com/airbytehq/airbyte/pull/42695) | Update dependencies |

0 commit comments

Comments
 (0)