nucliadb-dataset 6.9.5.post5427__py3-none-any.whl → 6.9.5.post5431__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.
@@ -226,7 +226,7 @@ def temp_folder():
226
226
  async def ingest_stub(nucliadb) -> AsyncIterator["WriterAsyncStub"]:
227
227
  channel = aio.insecure_channel(f"{nucliadb.host}:{nucliadb.grpc}")
228
228
  stub = WriterStub(channel)
229
- yield stub
229
+ yield stub # type: ignore
230
230
  await channel.close(grace=True)
231
231
 
232
232
 
@@ -234,5 +234,5 @@ async def ingest_stub(nucliadb) -> AsyncIterator["WriterAsyncStub"]:
234
234
  def ingest_stub_sync(nucliadb) -> Iterator[WriterStub]:
235
235
  channel = grpc.insecure_channel(f"{nucliadb.host}:{nucliadb.grpc}")
236
236
  stub = WriterStub(channel)
237
- yield stub
237
+ yield stub # type: ignore
238
238
  channel.close()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nucliadb_dataset
3
- Version: 6.9.5.post5427
3
+ Version: 6.9.5.post5431
4
4
  Summary: NucliaDB Train Python client
5
5
  Author-email: Nuclia <nucliadb@nuclia.com>
6
6
  License-Expression: Apache-2.0
@@ -24,9 +24,9 @@ Requires-Dist: aiohttp
24
24
  Requires-Dist: argdantic
25
25
  Requires-Dist: pydantic-settings>=2.2
26
26
  Requires-Dist: pyarrow
27
- Requires-Dist: nucliadb-protos>=6.9.5.post5427
28
- Requires-Dist: nucliadb-sdk>=6.9.5.post5427
29
- Requires-Dist: nucliadb-models>=6.9.5.post5427
27
+ Requires-Dist: nucliadb-protos>=6.9.5.post5431
28
+ Requires-Dist: nucliadb-sdk>=6.9.5.post5431
29
+ Requires-Dist: nucliadb-models>=6.9.5.post5431
30
30
 
31
31
  # NUCLIADB TRAIN CLIENT
32
32
 
@@ -10,9 +10,9 @@ nucliadb_dataset/settings.py,sha256=9NYeJVgIHbLqCenUFRwj6Iz9S7klOROXQfzaUiBUEl0,
10
10
  nucliadb_dataset/streamer.py,sha256=aBzYWNQQVWM5qA14f8p0YQdshzC4KpOQFt3J0TYe1uk,3060
11
11
  nucliadb_dataset/tasks.py,sha256=198o37vDlzS7OdXrHYhtwI8kz2WHWJnxpholh-rtTPQ,6227
12
12
  nucliadb_dataset/tests/__init__.py,sha256=zG33bUz1rHFPtvqQPWn4rDwBJt3FJodGuQYD45quiQg,583
13
- nucliadb_dataset/tests/fixtures.py,sha256=yUhDgz80I9oKwKo0Q5teRBfYhcIi7OAYKi8BQ8L3cBw,7478
14
- nucliadb_dataset-6.9.5.post5427.dist-info/METADATA,sha256=YiVN9X3jmjuiUFsb7JwvkAHHrL43SnbMvIqWo9pkL1I,1214
15
- nucliadb_dataset-6.9.5.post5427.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- nucliadb_dataset-6.9.5.post5427.dist-info/entry_points.txt,sha256=ORrWnn6AUFfHGY1fWPRPTz99KV_pXXwttZAopyT8qvQ,60
17
- nucliadb_dataset-6.9.5.post5427.dist-info/top_level.txt,sha256=aJtDe54tz6060E0uyk1rdTRAU4FPWo5if1fYFQGvdqU,17
18
- nucliadb_dataset-6.9.5.post5427.dist-info/RECORD,,
13
+ nucliadb_dataset/tests/fixtures.py,sha256=5Ac20TKYmGe61d74yRT6hj0ENdLr3jT2Gbj2fiSX9LM,7510
14
+ nucliadb_dataset-6.9.5.post5431.dist-info/METADATA,sha256=TYVHSjU8c72by5tJ6eOJRnjNPF5W3HhgdP0X-TDaqWE,1214
15
+ nucliadb_dataset-6.9.5.post5431.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ nucliadb_dataset-6.9.5.post5431.dist-info/entry_points.txt,sha256=ORrWnn6AUFfHGY1fWPRPTz99KV_pXXwttZAopyT8qvQ,60
17
+ nucliadb_dataset-6.9.5.post5431.dist-info/top_level.txt,sha256=aJtDe54tz6060E0uyk1rdTRAU4FPWo5if1fYFQGvdqU,17
18
+ nucliadb_dataset-6.9.5.post5431.dist-info/RECORD,,