nucliadb 6.2.1.post2706__py3-none-any.whl → 6.2.1.post2715__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.
- nucliadb/ingest/processing.py +2 -2
- {nucliadb-6.2.1.post2706.dist-info → nucliadb-6.2.1.post2715.dist-info}/METADATA +5 -5
- {nucliadb-6.2.1.post2706.dist-info → nucliadb-6.2.1.post2715.dist-info}/RECORD +7 -7
- {nucliadb-6.2.1.post2706.dist-info → nucliadb-6.2.1.post2715.dist-info}/WHEEL +0 -0
- {nucliadb-6.2.1.post2706.dist-info → nucliadb-6.2.1.post2715.dist-info}/entry_points.txt +0 -0
- {nucliadb-6.2.1.post2706.dist-info → nucliadb-6.2.1.post2715.dist-info}/top_level.txt +0 -0
- {nucliadb-6.2.1.post2706.dist-info → nucliadb-6.2.1.post2715.dist-info}/zip-safe +0 -0
nucliadb/ingest/processing.py
CHANGED
@@ -406,13 +406,13 @@ class ProcessingEngine:
|
|
406
406
|
# Upload the payload
|
407
407
|
item.partition = partition
|
408
408
|
resp = await self.session.post(
|
409
|
-
url=self.nuclia_internal_push, data=item.
|
409
|
+
url=self.nuclia_internal_push, data=item.model_dump_json(), headers=headers
|
410
410
|
)
|
411
411
|
else:
|
412
412
|
headers.update({"X-STF-NUAKEY": f"Bearer {self.nuclia_service_account}"})
|
413
413
|
# Upload the payload
|
414
414
|
resp = await self.session.post(
|
415
|
-
url=self.nuclia_external_push_v2, data=item.
|
415
|
+
url=self.nuclia_external_push_v2, data=item.model_dump_json(), headers=headers
|
416
416
|
)
|
417
417
|
if resp.status == 200:
|
418
418
|
data = await resp.json()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nucliadb
|
3
|
-
Version: 6.2.1.
|
3
|
+
Version: 6.2.1.post2715
|
4
4
|
Home-page: https://docs.nuclia.dev/docs/management/nucliadb/intro
|
5
5
|
Author: NucliaDB Community
|
6
6
|
Author-email: nucliadb@nuclia.com
|
@@ -22,10 +22,10 @@ Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
23
23
|
Requires-Python: >=3.9, <4
|
24
24
|
Description-Content-Type: text/markdown
|
25
|
-
Requires-Dist: nucliadb-telemetry[all]>=6.2.1.
|
26
|
-
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.2.1.
|
27
|
-
Requires-Dist: nucliadb-protos>=6.2.1.
|
28
|
-
Requires-Dist: nucliadb-models>=6.2.1.
|
25
|
+
Requires-Dist: nucliadb-telemetry[all]>=6.2.1.post2715
|
26
|
+
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.2.1.post2715
|
27
|
+
Requires-Dist: nucliadb-protos>=6.2.1.post2715
|
28
|
+
Requires-Dist: nucliadb-models>=6.2.1.post2715
|
29
29
|
Requires-Dist: nucliadb-admin-assets>=1.0.0.post1224
|
30
30
|
Requires-Dist: nucliadb-node-binding>=2.26.0
|
31
31
|
Requires-Dist: nuclia-models>=0.24.2
|
@@ -108,7 +108,7 @@ nucliadb/ingest/__init__.py,sha256=fsw3C38VP50km3R-nHL775LNGPpJ4JxqXJ2Ib1f5SqE,1
|
|
108
108
|
nucliadb/ingest/app.py,sha256=L8MDbURnSdD6yI4yCnSbmnNccsnha-zJEkKSaGk1xMg,7612
|
109
109
|
nucliadb/ingest/cache.py,sha256=w7jMMzamOmQ7gwXna6Dqm6isRNBVv6l5BTBlTxaYWjE,1005
|
110
110
|
nucliadb/ingest/partitions.py,sha256=2NIhMYbNT0TNBL6bX1UMSi7vxFGICstCKEqsB0TXHOE,2410
|
111
|
-
nucliadb/ingest/processing.py,sha256=
|
111
|
+
nucliadb/ingest/processing.py,sha256=0iWEgJVdcOHudwY8Uz9vXRdDoUznM3_WGmviY8FQWT0,20276
|
112
112
|
nucliadb/ingest/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
113
113
|
nucliadb/ingest/serialize.py,sha256=GSDfrO4JLm-QLKw8LJ7TD1JFcXXvwm-ugXzbCfGh3Fk,15492
|
114
114
|
nucliadb/ingest/settings.py,sha256=AFeqM2Sq2lHCrW745S4VjUmxfwkB2H9T_bncVRvLNRA,3039
|
@@ -332,9 +332,9 @@ nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,
|
|
332
332
|
nucliadb/writer/tus/s3.py,sha256=vF0NkFTXiXhXq3bCVXXVV-ED38ECVoUeeYViP8uMqcU,8357
|
333
333
|
nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
|
334
334
|
nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
|
335
|
-
nucliadb-6.2.1.
|
336
|
-
nucliadb-6.2.1.
|
337
|
-
nucliadb-6.2.1.
|
338
|
-
nucliadb-6.2.1.
|
339
|
-
nucliadb-6.2.1.
|
340
|
-
nucliadb-6.2.1.
|
335
|
+
nucliadb-6.2.1.post2715.dist-info/METADATA,sha256=flOKzNoiCeV-cLsIvmABAdjxSSLcb1T3TsqPqecQ0Os,4429
|
336
|
+
nucliadb-6.2.1.post2715.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
337
|
+
nucliadb-6.2.1.post2715.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
|
338
|
+
nucliadb-6.2.1.post2715.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
|
339
|
+
nucliadb-6.2.1.post2715.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
340
|
+
nucliadb-6.2.1.post2715.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|