Skip to content

Commit f5d94f3

Browse files
authored
🐙 source-senseforce: run up-to-date pipeline [2024-08-12] (#43865)
1 parent 291209c commit f5d94f3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
connectorSubtype: api
77
connectorType: source
88
definitionId: 39de93cb-1511-473e-a673-5cbedb9436af
9-
dockerImageTag: 0.1.14
9+
dockerImageTag: 0.1.15
1010
dockerRepository: airbyte/source-senseforce
1111
githubIssueLabel: source-senseforce
1212
icon: senseforce.svg

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

docs/integrations/sources/senseforce.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Senseforce utilizes an undocumented rate limit which - under normal use - should
8787

8888
| Version | Date | Pull Request | Subject |
8989
| :------ | :--------- | :-------------------------------------------------------- | :-------------------------------------------- |
90+
| 0.1.15 | 2024-08-12 | [43865](https://github.com/airbytehq/airbyte/pull/43865) | Update dependencies |
9091
| 0.1.14 | 2024-08-10 | [43704](https://github.com/airbytehq/airbyte/pull/43704) | Update dependencies |
9192
| 0.1.13 | 2024-08-03 | [43274](https://github.com/airbytehq/airbyte/pull/43274) | Update dependencies |
9293
| 0.1.12 | 2024-07-27 | [42763](https://github.com/airbytehq/airbyte/pull/42763) | Update dependencies |

0 commit comments

Comments
 (0)