unstructured-ingest 1.0.31__py3-none-any.whl → 1.0.32__py3-none-any.whl
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 unstructured-ingest might be problematic. Click here for more details.
- unstructured_ingest/__version__.py +1 -1
- {unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/METADATA +2 -1
- {unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/RECORD +6 -6
- {unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/WHEEL +0 -0
- {unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/entry_points.txt +0 -0
- {unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.32" # pragma: no cover
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: unstructured_ingest
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.32
|
|
4
4
|
Summary: Local ETL data pipeline to get data RAG ready
|
|
5
5
|
Author-email: Unstructured Technologies <devops@unstructuredai.io>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -87,6 +87,7 @@ Provides-Extra: gitlab
|
|
|
87
87
|
Requires-Dist: python-gitlab; extra == 'gitlab'
|
|
88
88
|
Provides-Extra: google-drive
|
|
89
89
|
Requires-Dist: google-api-python-client; extra == 'google-drive'
|
|
90
|
+
Requires-Dist: tenacity; extra == 'google-drive'
|
|
90
91
|
Provides-Extra: hubspot
|
|
91
92
|
Requires-Dist: hubspot-api-client; extra == 'hubspot'
|
|
92
93
|
Requires-Dist: urllib3; extra == 'hubspot'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
unstructured_ingest/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35
|
|
2
|
-
unstructured_ingest/__version__.py,sha256=
|
|
2
|
+
unstructured_ingest/__version__.py,sha256=tjMRa0J78uLr4Q1KetAAzKJ8jimjDywme7jVeFHwNx4,43
|
|
3
3
|
unstructured_ingest/error.py,sha256=qDncnJgbf5ils956RcO2CGlAKYDT5OaEM9Clv1JVTNc,1448
|
|
4
4
|
unstructured_ingest/errors_v2.py,sha256=9RuRCi7lbDxCguDz07y5RiHoQiFIOWwOD7xqzJ2B3Yw,436
|
|
5
5
|
unstructured_ingest/logger.py,sha256=7e_7UeK6hVOd5BQ6i9NzRUAPCS_DF839Y8TjUDywraY,1428
|
|
@@ -231,8 +231,8 @@ unstructured_ingest/utils/ndjson.py,sha256=nz8VUOPEgAFdhaDOpuveknvCU4x82fVwqE01q
|
|
|
231
231
|
unstructured_ingest/utils/pydantic_models.py,sha256=BT_j15e4rX40wQbt8LUXbqfPhA3rJn1PHTI_G_A_EHY,1720
|
|
232
232
|
unstructured_ingest/utils/string_and_date_utils.py,sha256=oXOI6rxXq-8ncbk7EoJK0WCcTXWj75EzKl8pfQMID3U,2522
|
|
233
233
|
unstructured_ingest/utils/table.py,sha256=WZechczgVFvlodUWFcsnCGvBNh1xRm6hr0VbJTPxKAc,3669
|
|
234
|
-
unstructured_ingest-1.0.
|
|
235
|
-
unstructured_ingest-1.0.
|
|
236
|
-
unstructured_ingest-1.0.
|
|
237
|
-
unstructured_ingest-1.0.
|
|
238
|
-
unstructured_ingest-1.0.
|
|
234
|
+
unstructured_ingest-1.0.32.dist-info/METADATA,sha256=CaoYV49uBnrTClcA3h67r-wol4XH4KaZTo0WMWITX7Q,8747
|
|
235
|
+
unstructured_ingest-1.0.32.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
236
|
+
unstructured_ingest-1.0.32.dist-info/entry_points.txt,sha256=gUAAFnjFPnBgThJSEbw0N5ZjxtaKlT1s9e05_arQrNw,70
|
|
237
|
+
unstructured_ingest-1.0.32.dist-info/licenses/LICENSE.md,sha256=SxkKP_62uIAKb9mb1eH7FH4Kn2aYT09fgjKpJt5PyTk,11360
|
|
238
|
+
unstructured_ingest-1.0.32.dist-info/RECORD,,
|
|
File without changes
|
{unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{unstructured_ingest-1.0.31.dist-info → unstructured_ingest-1.0.32.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|