Skip to content

Commit 2d7e1db

Browse files
authored
[source-s3] Bump python-cdk version to include CSV tab delimiter fix (#36160)
1 parent ee999ee commit 2d7e1db

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
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.10
13+
dockerImageTag: 4.5.11
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

+24-24
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-2
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.10"
6+
version = "4.5.11"
77
name = "source-s3"
88
description = "Source implementation for S3."
99
authors = [ "Airbyte <[email protected]>",]
@@ -29,7 +29,7 @@ source-s3 = "source_s3.run:run"
2929

3030
[tool.poetry.dependencies.airbyte-cdk]
3131
extras = [ "file-based",]
32-
version = "^0"
32+
version = "^0.70.1"
3333

3434
[tool.poetry.dependencies.smart-open]
3535
extras = [ "s3",]

docs/integrations/sources/s3.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ To perform the text extraction from PDF and Docx files, the connector uses the [
325325

326326
| Version | Date | Pull Request | Subject |
327327
|:--------|:-----------|:----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|
328-
| 4.5.10 | 2024-03-11 | [35955](https://github.com/airbytehq/airbyte/pull/35955) | Pin `transformers` transitive dependency |
328+
| 4.5.11 | 2024-03-14 | [36160](https://github.com/airbytehq/airbyte/pull/36160) | Bump python-cdk version to include CSV tab delimiter fix |
329+
| 4.5.10 | 2024-03-11 | [35955](https://github.com/airbytehq/airbyte/pull/35955) | Pin `transformers` transitive dependency |
329330
| 4.5.9 | 2024-03-06 | [35857](https://github.com/airbytehq/airbyte/pull/35857) | Bump poetry.lock to upgrade transitive dependency |
330331
| 4.5.8 | 2024-03-04 | [35808](https://github.com/airbytehq/airbyte/pull/35808) | Use cached AWS client |
331332
| 4.5.7 | 2024-02-23 | [34895](https://github.com/airbytehq/airbyte/pull/34895) | Run incremental syncs with concurrency |

0 commit comments

Comments
 (0)