Skip to content

Commit 8238cd2

Browse files
committed
Update versions of libraries in poetry.
PATCH bump source-datascope version to 0.1.12 Build source-datascope docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry
1 parent 6fd9f08 commit 8238cd2

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

airbyte-integrations/connectors/source-datascope/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: 8e1ae2d2-4790-44d3-9d83-75b3fc3940ff
5-
dockerImageTag: 0.1.11
5+
dockerImageTag: 0.1.12
66
dockerRepository: airbyte/source-datascope
77
githubIssueLabel: source-datascope
88
icon: datascope.svg

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

docs/integrations/sources/datascope.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ GET https://www.mydatascope.com/api/external/locations
6464

6565
| Version | Date | Pull Request | Subject |
6666
| :------ | :--------- | :-------------------------------------------------------- | :------------- |
67+
| 0.1.12 | 2024-08-03 | [43063](https://github.com/airbytehq/airbyte/pull/43063) | Update dependencies |
6768
| 0.1.11 | 2024-07-27 | [42832](https://github.com/airbytehq/airbyte/pull/42832) | Update dependencies |
6869
| 0.1.10 | 2024-07-20 | [42269](https://github.com/airbytehq/airbyte/pull/42269) | Update dependencies |
6970
| 0.1.9 | 2024-07-13 | [41837](https://github.com/airbytehq/airbyte/pull/41837) | Update dependencies |

0 commit comments

Comments
 (0)