Skip to content

Commit 195845f

Browse files
author
Anton Karpets
authored
Source S3: Update airbyte-cdk to fix the discovery command issue (#37776)
1 parent c2cf978 commit 195845f

File tree

4 files changed

+168
-32
lines changed

4 files changed

+168
-32
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: file
1111
connectorType: source
1212
definitionId: 69589781-7828-43c5-9f63-8925b1c1ccc2
13-
dockerImageTag: 4.5.12
13+
dockerImageTag: 4.5.13
1414
dockerRepository: airbyte/source-s3
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/s3
1616
githubIssueLabel: source-s3

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

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

airbyte-integrations/connectors/source-s3/pyproject.toml

+2-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 = "4.5.12"
6+
version = "4.5.13"
77
name = "source-s3"
88
description = "Source implementation for S3."
99
authors = [ "Airbyte <[email protected]>",]
@@ -23,6 +23,7 @@ python-snappy = "==0.6.1"
2323
dill = "==0.3.4"
2424
# override transitive dependency that had a vulnerability https://nvd.nist.gov/vuln/detail/CVE-2023-6730
2525
transformers = "4.38.2"
26+
urllib3 = "<2"
2627

2728
[tool.poetry.scripts]
2829
source-s3 = "source_s3.run:run"

0 commit comments

Comments
 (0)