airbyte-source-s3 4.14.2__tar.gz → 4.14.3__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.2 → airbyte_source_s3-4.14.3}/PKG-INFO +5 -5
  2. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/pyproject.toml +12 -22
  3. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/README.md +0 -0
  4. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/__init__.py +0 -0
  5. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/exceptions.py +0 -0
  6. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/run.py +0 -0
  7. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source.py +0 -0
  8. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/__init__.py +0 -0
  9. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/formats/__init__.py +0 -0
  10. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/formats/avro_spec.py +0 -0
  11. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/formats/csv_spec.py +0 -0
  12. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/formats/jsonl_spec.py +0 -0
  13. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/formats/parquet_spec.py +0 -0
  14. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/source.py +0 -0
  15. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/source_files_abstract/spec.py +0 -0
  16. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/stream.py +0 -0
  17. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/utils.py +0 -0
  18. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/__init__.py +0 -0
  19. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/config.py +0 -0
  20. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/cursor.py +0 -0
  21. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/legacy_config_transformer.py +0 -0
  22. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/source.py +0 -0
  23. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/stream_reader.py +0 -0
  24. {airbyte_source_s3-4.14.2 → airbyte_source_s3-4.14.3}/source_s3/v4/zip_reader.py +0 -0
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: airbyte-source-s3
3
- Version: 4.14.2
3
+ Version: 4.14.3
4
4
  Summary: Source implementation for S3.
5
+ Home-page: https://airbyte.com
5
6
  License: ELv2
6
7
  Author: Airbyte
7
8
  Author-email: contact@airbyte.io
@@ -10,16 +11,15 @@ Classifier: License :: Other/Proprietary License
10
11
  Classifier: Programming Language :: Python :: 3
11
12
  Classifier: Programming Language :: Python :: 3.10
12
13
  Classifier: Programming Language :: Python :: 3.11
13
- Requires-Dist: airbyte-cdk[file-based] (>=6,<7)
14
+ Requires-Dist: airbyte-cdk[file-based] (>=7.0.4,<8.0.0)
14
15
  Requires-Dist: dill (>=0.3.4,<0.4.0)
15
16
  Requires-Dist: pendulum (>=3.0.0,<4.0.0)
16
17
  Requires-Dist: pytz (>=2024.2,<2025.0)
17
- Requires-Dist: smart-open[s3] (>=5.1.0,<6.0.0)
18
+ Requires-Dist: smart-open[s3] (==4.14.3)
18
19
  Requires-Dist: transformers (>=4.38.2,<5.0.0)
19
20
  Requires-Dist: urllib3 (<2)
20
21
  Requires-Dist: wcmatch (>=10.0,<11.0)
21
22
  Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/s3
22
- Project-URL: Homepage, https://airbyte.com
23
23
  Project-URL: Repository, https://github.com/airbytehq/airbyte
24
24
  Description-Content-Type: text/markdown
25
25
 
@@ -1,24 +1,19 @@
1
1
  [build-system]
2
- requires = [
3
- "poetry-core>=1.0.0",
4
- ]
2
+ requires = [ "poetry-core>=1.0.0",]
5
3
  build-backend = "poetry.core.masonry.api"
6
4
 
7
5
  [tool.poetry]
8
- version = "4.14.2"
6
+ version = "4.14.3"
9
7
  name = "airbyte-source-s3"
10
8
  description = "Source implementation for S3."
11
- authors = [
12
- "Airbyte <contact@airbyte.io>",
13
- ]
9
+ authors = [ "Airbyte <contact@airbyte.io>",]
14
10
  license = "ELv2"
15
11
  readme = "README.md"
16
12
  documentation = "https://docs.airbyte.com/integrations/sources/s3"
17
13
  homepage = "https://airbyte.com"
18
14
  repository = "https://github.com/airbytehq/airbyte"
19
- packages = [
20
- { include = "source_s3" },
21
- ]
15
+ [[tool.poetry.packages]]
16
+ include = "source_s3"
22
17
 
23
18
  [tool.poetry.dependencies]
24
19
  python = "^3.10,<3.12"
@@ -27,23 +22,16 @@ wcmatch = "^10.0"
27
22
  dill = "^0.3.4"
28
23
  transformers = "^4.38.2"
29
24
  urllib3 = "<2"
25
+ airbyte-cdk = {extras = ["file-based"], version = "^7.0.4"}
30
26
  pendulum = "^3.0.0"
31
27
 
32
- [tool.poetry.dependencies.airbyte-cdk]
33
- extras = [
34
- "file-based",
35
- ]
36
- version = "^6"
37
-
38
- [tool.poetry.dependencies.smart-open]
39
- extras = [
40
- "s3",
41
- ]
42
- version = "^5.1.0"
43
-
44
28
  [tool.poetry.scripts]
45
29
  source-s3 = "source_s3.run:run"
46
30
 
31
+ [tool.poetry.dependencies.smart-open]
32
+ extras = [ "s3",]
33
+ version = "4.14.3"
34
+
47
35
  [tool.poetry.group.dev.dependencies]
48
36
  pytest = "^8.0.0"
49
37
  moto = "==4.2.14"
@@ -54,5 +42,7 @@ pandas = "^2.0.3"
54
42
 
55
43
  [tool.poe]
56
44
  include = [
45
+ # Shared tasks definition file(s) can be imported here.
46
+ # Run `poe` or `poe --help` to see the list of available tasks.
57
47
  "${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
58
48
  ]