chore(source-s3): Upgrade to Python 3.13 (#68640)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
@@ -6,11 +6,11 @@ data:
|
||||
hosts:
|
||||
- "*.s3.amazonaws.com"
|
||||
connectorBuildOptions:
|
||||
baseImage: docker.io/airbyte/python-connector-base:4.0.2@sha256:9fdb1888c4264cf6fee473649ecb593f56f58e5d0096a87ee0b231777e2e3e73
|
||||
baseImage: docker.io/airbyte/python-connector-base:4.1.0@sha256:1d1aa21d34e851df4e8a87b391c27724c06e2597608e7161f4d167be853bd7b6
|
||||
connectorSubtype: file
|
||||
connectorType: source
|
||||
definitionId: 69589781-7828-43c5-9f63-8925b1c1ccc2
|
||||
dockerImageTag: 4.14.6
|
||||
dockerImageTag: 4.15.0
|
||||
dockerRepository: airbyte/source-s3
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/s3
|
||||
githubIssueLabel: source-s3
|
||||
|
||||
1372
airbyte-integrations/connectors/source-s3/poetry.lock
generated
1372
airbyte-integrations/connectors/source-s3/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
version = "4.14.6"
|
||||
version = "4.15.0"
|
||||
name = "source-s3"
|
||||
description = "Source implementation for S3."
|
||||
authors = [ "Airbyte <contact@airbyte.io>",]
|
||||
@@ -16,7 +16,7 @@ repository = "https://github.com/airbytehq/airbyte"
|
||||
include = "source_s3"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10,<3.12"
|
||||
python = "^3.10,<3.14"
|
||||
pytz = "^2024.2"
|
||||
wcmatch = "^10.0"
|
||||
dill = "^0.3.4"
|
||||
|
||||
Reference in New Issue
Block a user