Skip to content

Commit 78e0ec1

Browse files
authored
fix(source-microsoft-sharepoint): update dependencies (#44382)
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent deeab88 commit 78e0ec1

File tree

5 files changed

+24
-23
lines changed

5 files changed

+24
-23
lines changed

airbyte-integrations/connectors/source-microsoft-sharepoint/acceptance-test-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ acceptance_tests:
99
connection:
1010
tests:
1111
- config_path: "secrets/config.json"
12-
timeout_seconds: 90 # the check is slow because list of files is fetched for every of 5 streams
12+
timeout_seconds: 120 # the check is slow because list of files is fetched for every of 5 streams
1313
status: "succeed"
1414
- config_path: "integration_tests/invalid_config.json"
1515
status: "failed"

airbyte-integrations/connectors/source-microsoft-sharepoint/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data:
2020
connectorSubtype: file
2121
connectorType: source
2222
definitionId: 59353119-f0f2-4e5a-a8ba-15d887bc34f6
23-
dockerImageTag: 0.4.4
23+
dockerImageTag: 0.4.5
2424
dockerRepository: airbyte/source-microsoft-sharepoint
2525
githubIssueLabel: source-microsoft-sharepoint
2626
icon: microsoft-sharepoint.svg

airbyte-integrations/connectors/source-microsoft-sharepoint/poetry.lock

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

airbyte-integrations/connectors/source-microsoft-sharepoint/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.4.4"
6+
version = "0.4.5"
77
name = "source-microsoft-sharepoint"
88
description = "Source implementation for Microsoft SharePoint."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/microsoft-sharepoint.md

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ The connector is restricted by normal Microsoft Graph [requests limitation](http
141141

142142
| Version | Date | Pull Request | Subject |
143143
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------|
144+
| 0.4.5 | 2024-08-19 | [44382](https://github.com/airbytehq/airbyte/pull/44382) | Update dependencies |
144145
| 0.4.4 | 2024-08-12 | [43743](https://github.com/airbytehq/airbyte/pull/43743) | Update dependencies |
145146
| 0.4.3 | 2024-08-10 | [43565](https://github.com/airbytehq/airbyte/pull/43565) | Update dependencies |
146147
| 0.4.2 | 2024-08-03 | [43235](https://github.com/airbytehq/airbyte/pull/43235) | Update dependencies |

0 commit comments

Comments
 (0)