Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source File: Add Python 3.11 support #35800

Merged
merged 3 commits into from Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-file/metadata.yaml
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: file
connectorType: source
definitionId: 778daa7c-feaf-4db6-96f3-70fd645acc77
dockerImageTag: 0.4.0
dockerImageTag: 0.4.1
dockerRepository: airbyte/source-file
documentationUrl: https://docs.airbyte.com/integrations/sources/file
githubIssueLabel: source-file
Expand Down
79 changes: 39 additions & 40 deletions airbyte-integrations/connectors/source-file/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-file/pyproject.toml
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.4.0"
version = "0.4.1"
name = "source-file"
description = "Source implementation for File"
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -26,7 +26,7 @@ airbyte-cdk = "==0.51.41"
paramiko = "==2.11.0"
xlrd = "==2.0.1"
boto3 = "==1.21.21"
pyarrow = "==9.0.0"
pyarrow = "14.0.2"
s3fs = "==2022.7.1"
lxml = "==4.9.1"
gcsfs = "==2022.7.1"
Expand Down