unstructured-ingest 1.2.13__py3-none-any.whl → 1.2.14__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/processes/connectors/ibm_watsonx/ibm_watsonx_s3.py +4 -0
- {unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/METADATA +1 -1
- {unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/RECORD +7 -7
- {unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/WHEEL +0 -0
- {unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/entry_points.txt +0 -0
- {unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.14" # pragma: no cover
|
|
@@ -147,6 +147,10 @@ class IbmWatsonxConnectionConfig(ConnectionConfig):
|
|
|
147
147
|
"s3.access-key-id": self.access_config.get_secret_value().access_key_id,
|
|
148
148
|
"s3.secret-access-key": self.access_config.get_secret_value().secret_access_key,
|
|
149
149
|
"s3.region": self.object_storage_region,
|
|
150
|
+
# By default this header is set to `vended-credentials`, and default bucket
|
|
151
|
+
# configuration doesn't allow vending credentials. We need to set it to `None`
|
|
152
|
+
# in order to use user-provided S3 credentials.
|
|
153
|
+
"header.X-Iceberg-Access-Delegation": None,
|
|
150
154
|
}
|
|
151
155
|
|
|
152
156
|
@requires_dependencies(["pyiceberg"], extras="ibm-watsonx-s3")
|
|
@@ -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=3NalubdNM3MTB5UJ7yWDPdOo9kbE1-bL_USqp5DEYnk,43
|
|
3
3
|
unstructured_ingest/error.py,sha256=chM7zQSTKjaKaQt_2_QkoZDUwY5XPNeACML7JqOWRLY,4036
|
|
4
4
|
unstructured_ingest/errors_v2.py,sha256=chM7zQSTKjaKaQt_2_QkoZDUwY5XPNeACML7JqOWRLY,4036
|
|
5
5
|
unstructured_ingest/logger.py,sha256=7e_7UeK6hVOd5BQ6i9NzRUAPCS_DF839Y8TjUDywraY,1428
|
|
@@ -115,7 +115,7 @@ unstructured_ingest/processes/connectors/fsspec/s3.py,sha256=Zng-aV_Z0B52CFILAXf
|
|
|
115
115
|
unstructured_ingest/processes/connectors/fsspec/sftp.py,sha256=pR_a2SgLjt8ffNkariHrPB1E0HVSTj5h3pt7KxTU3TI,6371
|
|
116
116
|
unstructured_ingest/processes/connectors/fsspec/utils.py,sha256=jec_Qfe2hbfahBuY-u8FnvHuv933AI5HwPFjOL3kEEY,456
|
|
117
117
|
unstructured_ingest/processes/connectors/ibm_watsonx/__init__.py,sha256=kf0UpgdAY2KK1R1FbAB6GEBBAIOeYQ8cZIr3bp660qM,374
|
|
118
|
-
unstructured_ingest/processes/connectors/ibm_watsonx/ibm_watsonx_s3.py,sha256=
|
|
118
|
+
unstructured_ingest/processes/connectors/ibm_watsonx/ibm_watsonx_s3.py,sha256=TuQPpm9O7_3PZQC1s4S3HzybUWDKUeZDs-V3ZTzqdjA,14171
|
|
119
119
|
unstructured_ingest/processes/connectors/kafka/__init__.py,sha256=pFN2cWwAStiGTAsQ616GIWKi_hDv0s74ZvNqhJEp1Pc,751
|
|
120
120
|
unstructured_ingest/processes/connectors/kafka/cloud.py,sha256=Ki6iOLoZ86tYWdnLnMWYvb2hUCneKqo4mTJcfXh7YoQ,3432
|
|
121
121
|
unstructured_ingest/processes/connectors/kafka/kafka.py,sha256=VI-e7WTzV48mmSwqhlDsNARSzkjauckbJEFvWjuqt7k,10301
|
|
@@ -235,8 +235,8 @@ unstructured_ingest/utils/pydantic_models.py,sha256=BT_j15e4rX40wQbt8LUXbqfPhA3r
|
|
|
235
235
|
unstructured_ingest/utils/string_and_date_utils.py,sha256=oXOI6rxXq-8ncbk7EoJK0WCcTXWj75EzKl8pfQMID3U,2522
|
|
236
236
|
unstructured_ingest/utils/table.py,sha256=WZechczgVFvlodUWFcsnCGvBNh1xRm6hr0VbJTPxKAc,3669
|
|
237
237
|
unstructured_ingest/utils/tls.py,sha256=Ra8Mii1F4VqErRreg76PBI0eAqPBC009l0sSHa8FdnA,448
|
|
238
|
-
unstructured_ingest-1.2.
|
|
239
|
-
unstructured_ingest-1.2.
|
|
240
|
-
unstructured_ingest-1.2.
|
|
241
|
-
unstructured_ingest-1.2.
|
|
242
|
-
unstructured_ingest-1.2.
|
|
238
|
+
unstructured_ingest-1.2.14.dist-info/METADATA,sha256=GXAxy85oatbdkNDhFN2Yt0g84XuQfdsuAFXeh_U17tI,8827
|
|
239
|
+
unstructured_ingest-1.2.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
240
|
+
unstructured_ingest-1.2.14.dist-info/entry_points.txt,sha256=gUAAFnjFPnBgThJSEbw0N5ZjxtaKlT1s9e05_arQrNw,70
|
|
241
|
+
unstructured_ingest-1.2.14.dist-info/licenses/LICENSE.md,sha256=SxkKP_62uIAKb9mb1eH7FH4Kn2aYT09fgjKpJt5PyTk,11360
|
|
242
|
+
unstructured_ingest-1.2.14.dist-info/RECORD,,
|
|
File without changes
|
{unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{unstructured_ingest-1.2.13.dist-info → unstructured_ingest-1.2.14.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|