nucliadb 6.5.0.post4484__py3-none-any.whl → 6.5.0.post4488__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/writer/tus/gcs.py +7 -6
- {nucliadb-6.5.0.post4484.dist-info → nucliadb-6.5.0.post4488.dist-info}/METADATA +6 -6
- {nucliadb-6.5.0.post4484.dist-info → nucliadb-6.5.0.post4488.dist-info}/RECORD +6 -6
- {nucliadb-6.5.0.post4484.dist-info → nucliadb-6.5.0.post4488.dist-info}/WHEEL +0 -0
- {nucliadb-6.5.0.post4484.dist-info → nucliadb-6.5.0.post4488.dist-info}/entry_points.txt +0 -0
- {nucliadb-6.5.0.post4484.dist-info → nucliadb-6.5.0.post4488.dist-info}/top_level.txt +0 -0
nucliadb/writer/tus/gcs.py
CHANGED
@@ -62,12 +62,13 @@ MAX_RETRIES = 5
|
|
62
62
|
|
63
63
|
RETRIABLE_EXCEPTIONS = (
|
64
64
|
GoogleCloudException,
|
65
|
-
aiohttp.
|
66
|
-
aiohttp.
|
67
|
-
aiohttp.
|
68
|
-
aiohttp.
|
69
|
-
aiohttp.
|
70
|
-
aiohttp.
|
65
|
+
aiohttp.ClientPayloadError,
|
66
|
+
aiohttp.ClientConnectorError,
|
67
|
+
aiohttp.ClientConnectionError,
|
68
|
+
aiohttp.ClientOSError,
|
69
|
+
aiohttp.ServerConnectionError,
|
70
|
+
aiohttp.ServerDisconnectedError,
|
71
|
+
aiohttp.ServerTimeoutError,
|
71
72
|
socket.gaierror,
|
72
73
|
)
|
73
74
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nucliadb
|
3
|
-
Version: 6.5.0.
|
3
|
+
Version: 6.5.0.post4488
|
4
4
|
Summary: NucliaDB
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
@@ -19,11 +19,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
20
20
|
Requires-Python: <4,>=3.9
|
21
21
|
Description-Content-Type: text/markdown
|
22
|
-
Requires-Dist: nucliadb-telemetry[all]>=6.5.0.
|
23
|
-
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.5.0.
|
24
|
-
Requires-Dist: nucliadb-protos>=6.5.0.
|
25
|
-
Requires-Dist: nucliadb-models>=6.5.0.
|
26
|
-
Requires-Dist: nidx-protos>=6.5.0.
|
22
|
+
Requires-Dist: nucliadb-telemetry[all]>=6.5.0.post4488
|
23
|
+
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.5.0.post4488
|
24
|
+
Requires-Dist: nucliadb-protos>=6.5.0.post4488
|
25
|
+
Requires-Dist: nucliadb-models>=6.5.0.post4488
|
26
|
+
Requires-Dist: nidx-protos>=6.5.0.post4488
|
27
27
|
Requires-Dist: nucliadb-admin-assets>=1.0.0.post1224
|
28
28
|
Requires-Dist: nuclia-models>=0.24.2
|
29
29
|
Requires-Dist: uvicorn[standard]
|
@@ -370,13 +370,13 @@ nucliadb/writer/tus/__init__.py,sha256=huWpKnDnjsrKlBBJk30ta5vamlA-4x0TbPs_2Up8h
|
|
370
370
|
nucliadb/writer/tus/azure.py,sha256=XhWAlWTM0vmXcXtuEPYjjeEhuZjiZXZu8q9WsJ7omFE,4107
|
371
371
|
nucliadb/writer/tus/dm.py,sha256=bVoXqt_dpNvTjpffPYhj1JfqK6gfLoPr0hdkknUCZ9E,5488
|
372
372
|
nucliadb/writer/tus/exceptions.py,sha256=WfZSSjsHfoy63wUFlH3QoHx7FMoCNA1oKJmWpZZDnCo,2156
|
373
|
-
nucliadb/writer/tus/gcs.py,sha256=
|
373
|
+
nucliadb/writer/tus/gcs.py,sha256=iTo2Xd8w8oazBjxHpRICJh317AQcyhnC1n2i97Lsooo,14003
|
374
374
|
nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,5193
|
375
375
|
nucliadb/writer/tus/s3.py,sha256=vF0NkFTXiXhXq3bCVXXVV-ED38ECVoUeeYViP8uMqcU,8357
|
376
376
|
nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
|
377
377
|
nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
|
378
|
-
nucliadb-6.5.0.
|
379
|
-
nucliadb-6.5.0.
|
380
|
-
nucliadb-6.5.0.
|
381
|
-
nucliadb-6.5.0.
|
382
|
-
nucliadb-6.5.0.
|
378
|
+
nucliadb-6.5.0.post4488.dist-info/METADATA,sha256=1-Cnso81z-daS4uh23NYS5wAovlsmbHGUNXd0KkaPhA,4158
|
379
|
+
nucliadb-6.5.0.post4488.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
380
|
+
nucliadb-6.5.0.post4488.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
|
381
|
+
nucliadb-6.5.0.post4488.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
|
382
|
+
nucliadb-6.5.0.post4488.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|