Skip to content

Commit

Permalink
Source File: Add Python 3.11 support (#35800)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored and xiaohansong committed Mar 7, 2024
1 parent 058c7c6 commit 444e157
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
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

0 comments on commit 444e157

Please sign in to comment.