nucliadb 6.1.0.post2517__py3-none-any.whl → 6.1.0.post2520__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.
@@ -49,7 +49,7 @@ from nucliadb.writer.tus.exceptions import (
49
49
  from nucliadb.writer.tus.storage import BlobStore, FileStorageManager
50
50
  from nucliadb.writer.tus.utils import to_str
51
51
  from nucliadb_protos.resources_pb2 import CloudFile
52
- from nucliadb_utils.storages.gcs import CHUNK_SIZE, MIN_UPLOAD_SIZE
52
+ from nucliadb_utils.storages.gcs import CHUNK_SIZE, MIN_UPLOAD_SIZE, TIMEOUT
53
53
 
54
54
 
55
55
  class GoogleCloudException(Exception):
@@ -142,7 +142,7 @@ class GCloudBlobStore(BlobStore):
142
142
  self._credentials = None
143
143
 
144
144
  loop = asyncio.get_event_loop()
145
- self.session = aiohttp.ClientSession(loop=loop)
145
+ self.session = aiohttp.ClientSession(loop=loop, timeout=TIMEOUT)
146
146
 
147
147
  async def check_exists(self, bucket_name: str):
148
148
  if self.session is None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nucliadb
3
- Version: 6.1.0.post2517
3
+ Version: 6.1.0.post2520
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.1.0.post2517
26
- Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.1.0.post2517
27
- Requires-Dist: nucliadb-protos>=6.1.0.post2517
28
- Requires-Dist: nucliadb-models>=6.1.0.post2517
25
+ Requires-Dist: nucliadb-telemetry[all]>=6.1.0.post2520
26
+ Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.1.0.post2520
27
+ Requires-Dist: nucliadb-protos>=6.1.0.post2520
28
+ Requires-Dist: nucliadb-models>=6.1.0.post2520
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: uvicorn
@@ -326,14 +326,14 @@ nucliadb/writer/tus/__init__.py,sha256=huWpKnDnjsrKlBBJk30ta5vamlA-4x0TbPs_2Up8h
326
326
  nucliadb/writer/tus/azure.py,sha256=XhWAlWTM0vmXcXtuEPYjjeEhuZjiZXZu8q9WsJ7omFE,4107
327
327
  nucliadb/writer/tus/dm.py,sha256=UTY1pW6mk9xrCWKMS4ncibGHKlywNrceUYPbLIKP3co,5487
328
328
  nucliadb/writer/tus/exceptions.py,sha256=WfZSSjsHfoy63wUFlH3QoHx7FMoCNA1oKJmWpZZDnCo,2156
329
- nucliadb/writer/tus/gcs.py,sha256=q23QxvOUl0itGhIyWiqsjnimeBYrtlEayThnqxRq-rg,14034
329
+ nucliadb/writer/tus/gcs.py,sha256=nApFHim3zPqoP8L1oFz7R7uB4MTJ8azA7SUyIDFBcvs,14060
330
330
  nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,5193
331
331
  nucliadb/writer/tus/s3.py,sha256=vF0NkFTXiXhXq3bCVXXVV-ED38ECVoUeeYViP8uMqcU,8357
332
332
  nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
333
333
  nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
334
- nucliadb-6.1.0.post2517.dist-info/METADATA,sha256=UFOaIFgplfz5-oLinOoDftmNMSzWFqagyIpXH3eCuwo,4390
335
- nucliadb-6.1.0.post2517.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
336
- nucliadb-6.1.0.post2517.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
337
- nucliadb-6.1.0.post2517.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
338
- nucliadb-6.1.0.post2517.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
339
- nucliadb-6.1.0.post2517.dist-info/RECORD,,
334
+ nucliadb-6.1.0.post2520.dist-info/METADATA,sha256=H1-D7GO6fSdrpFtw-WDmF45HZdKvX5sLR_CMjteUyaQ,4390
335
+ nucliadb-6.1.0.post2520.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
336
+ nucliadb-6.1.0.post2520.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
337
+ nucliadb-6.1.0.post2520.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
338
+ nucliadb-6.1.0.post2520.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
339
+ nucliadb-6.1.0.post2520.dist-info/RECORD,,