airbyte-source-s3 4.14.6__tar.gz → 4.15.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of airbyte-source-s3 might be problematic. Click here for more details.

Files changed (24) hide show
  1. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/PKG-INFO +5 -3
  2. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/pyproject.toml +3 -3
  3. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/README.md +0 -0
  4. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/__init__.py +0 -0
  5. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/exceptions.py +0 -0
  6. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/run.py +0 -0
  7. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source.py +0 -0
  8. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/__init__.py +0 -0
  9. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/formats/__init__.py +0 -0
  10. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/formats/avro_spec.py +0 -0
  11. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/formats/csv_spec.py +0 -0
  12. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/formats/jsonl_spec.py +0 -0
  13. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/formats/parquet_spec.py +0 -0
  14. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/source.py +0 -0
  15. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/source_files_abstract/spec.py +0 -0
  16. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/stream.py +0 -0
  17. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/utils.py +0 -0
  18. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/__init__.py +0 -0
  19. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/config.py +0 -0
  20. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/cursor.py +0 -0
  21. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/legacy_config_transformer.py +0 -0
  22. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/source.py +0 -0
  23. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/stream_reader.py +0 -0
  24. {airbyte_source_s3-4.14.6 → airbyte_source_s3-4.15.0}/source_s3/v4/zip_reader.py +0 -0
@@ -1,21 +1,23 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-s3
3
- Version: 4.14.6
3
+ Version: 4.15.0
4
4
  Summary: Source implementation for S3.
5
5
  Home-page: https://airbyte.com
6
6
  License: ELv2
7
7
  Author: Airbyte
8
8
  Author-email: contact@airbyte.io
9
- Requires-Python: >=3.10,<3.12
9
+ Requires-Python: >=3.10,<3.14
10
10
  Classifier: License :: Other/Proprietary License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
14
16
  Requires-Dist: airbyte-cdk[file-based] (>=7.0.4,<8.0.0)
15
17
  Requires-Dist: dill (>=0.3.4,<0.4.0)
16
18
  Requires-Dist: pendulum (>=3.0.0,<4.0.0)
17
19
  Requires-Dist: pytz (>=2024.2,<2025.0)
18
- Requires-Dist: smart-open[s3] (==4.14.6)
20
+ Requires-Dist: smart-open[s3] (==4.15.0)
19
21
  Requires-Dist: transformers (>=4.38.2,<5.0.0)
20
22
  Requires-Dist: urllib3 (<2)
21
23
  Requires-Dist: wcmatch (>=10.0,<11.0)
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
3
3
  build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
- version = "4.14.6"
6
+ version = "4.15.0"
7
7
  name = "airbyte-source-s3"
8
8
  description = "Source implementation for S3."
9
9
  authors = [ "Airbyte <contact@airbyte.io>",]
@@ -16,7 +16,7 @@ repository = "https://github.com/airbytehq/airbyte"
16
16
  include = "source_s3"
17
17
 
18
18
  [tool.poetry.dependencies]
19
- python = "^3.10,<3.12"
19
+ python = "^3.10,<3.14"
20
20
  pytz = "^2024.2"
21
21
  wcmatch = "^10.0"
22
22
  dill = "^0.3.4"
@@ -30,7 +30,7 @@ source-s3 = "source_s3.run:run"
30
30
 
31
31
  [tool.poetry.dependencies.smart-open]
32
32
  extras = [ "s3",]
33
- version = "4.14.6"
33
+ version = "4.15.0"
34
34
 
35
35
  [tool.poetry.group.dev.dependencies]
36
36
  pytest = "^8.0.0"