nucliadb-utils 5.1.1.post1318__py3-none-any.whl → 5.1.1.post1329__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_utils/const.py CHANGED
@@ -81,7 +81,6 @@ class Features:
81
81
  FIND_MERGE_ORDER_FIX = "nucliadb_find_merge_order_fix"
82
82
  PG_CATALOG_READ = "nucliadb_pg_catalog_read"
83
83
  PG_CATALOG_WRITE = "nucliadb_pg_catalog_write"
84
- VECTORSETS_V0 = "vectorsets_v0_new_kbs_with_multiple_vectorsets"
85
84
  SKIP_EXTERNAL_INDEX = "nucliadb_skip_external_index"
86
85
  NATS_SYNC_ACK = "nucliadb_nats_sync_ack"
87
86
  LOG_REQUEST_PAYLOADS = "nucliadb_log_request_payloads"
@@ -73,10 +73,6 @@ DEFAULT_FLAG_DATA: dict[str, Any] = {
73
73
  "rollout": 0,
74
74
  "variants": {"environment": ["local"]},
75
75
  },
76
- const.Features.VECTORSETS_V0: {
77
- "rollout": 0,
78
- "variants": {"environment": ["local"]},
79
- },
80
76
  const.Features.SKIP_EXTERNAL_INDEX: {
81
77
  "rollout": 0,
82
78
  "variants": {"environment": ["none"]},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nucliadb_utils
3
- Version: 5.1.1.post1318
3
+ Version: 5.1.1.post1329
4
4
  Home-page: https://nuclia.com
5
5
  License: BSD
6
6
  Classifier: Development Status :: 4 - Beta
@@ -24,8 +24,8 @@ Requires-Dist: PyNaCl
24
24
  Requires-Dist: pyjwt>=2.4.0
25
25
  Requires-Dist: memorylru>=1.1.2
26
26
  Requires-Dist: mrflagly>=0.2.9
27
- Requires-Dist: nucliadb-protos>=5.1.1.post1318
28
- Requires-Dist: nucliadb-telemetry>=5.1.1.post1318
27
+ Requires-Dist: nucliadb-protos>=5.1.1.post1329
28
+ Requires-Dist: nucliadb-telemetry>=5.1.1.post1329
29
29
  Provides-Extra: cache
30
30
  Requires-Dist: redis>=4.3.4; extra == "cache"
31
31
  Requires-Dist: orjson>=3.6.7; extra == "cache"
@@ -1,10 +1,10 @@
1
1
  nucliadb_utils/__init__.py,sha256=EvBCH1iTODe-AgXm48aj4kVUt_Std3PeL8QnwimR5wI,895
2
2
  nucliadb_utils/asyncio_utils.py,sha256=h8Y-xpcFFRgNzaiIW0eidz7griAQa7ggbNk34-tAt2c,2888
3
3
  nucliadb_utils/authentication.py,sha256=N__d2Ez3JHJv5asYK5TgUcIkKqcAC8ZTLlnfLhfSneM,5837
4
- nucliadb_utils/const.py,sha256=ffp6DYgYAcubeZej1O4_6u4AfyMFFxjRcDgHKDKtZRE,2780
4
+ nucliadb_utils/const.py,sha256=TlRuxCvvK0xp6Dmqe5D-yUuF5p0J0y-xfYTRFQ0wgVw,2711
5
5
  nucliadb_utils/debug.py,sha256=Q56Nx9Dp7V2ae3CU2H0ztaZcHTJXdlflPLKLeOPZ170,2436
6
6
  nucliadb_utils/exceptions.py,sha256=y_3wk77WLVUtdo-5FtbBsdSkCtK_DsJkdWb5BoPn3qo,1094
7
- nucliadb_utils/featureflagging.py,sha256=F762vQcqHMJ3gEZjh8Cg6A1PecH6WQIIILMfjNEbT88,3540
7
+ nucliadb_utils/featureflagging.py,sha256=gh_2r8waIn3ZCs_ea9569FKLnWyt8Q_aUMqbT_8GRsc,3427
8
8
  nucliadb_utils/grpc.py,sha256=apu0uePnkGHCAT7GRQ9YZfRYyFj26kJ440i8jitbM3U,3314
9
9
  nucliadb_utils/helpers.py,sha256=nPw8yod3hP-pxq80VF8QC36s7ygSg0dBUdfI-LatvCs,1600
10
10
  nucliadb_utils/indexing.py,sha256=Luaqcar3CySpdYOFp6Q9Fyr8ZYwhYhaKRHQ_VGL78f8,2318
@@ -64,8 +64,8 @@ nucliadb_utils/tests/indexing.py,sha256=YW2QhkhO9Q_8A4kKWJaWSvXvyQ_AiAwY1VylcfVQ
64
64
  nucliadb_utils/tests/local.py,sha256=7nuP8EFUAiA8ZH50R1iPV9EUXBySQxOanVm3Zht_e0g,1835
65
65
  nucliadb_utils/tests/nats.py,sha256=xqpww4jZjTKY9oPGlJdDJG67L3FIBQsa9qDHxILR8r8,7687
66
66
  nucliadb_utils/tests/s3.py,sha256=IdMxK_cNdSHLvO1u8BwsKFzD87Hk1MVPDZ57zx6h-rA,3656
67
- nucliadb_utils-5.1.1.post1318.dist-info/METADATA,sha256=HS6uonqbnI63b5XEu3Fo3AgasfHGqRQ4UGSJm-ce-gA,2071
68
- nucliadb_utils-5.1.1.post1318.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
69
- nucliadb_utils-5.1.1.post1318.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
70
- nucliadb_utils-5.1.1.post1318.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
71
- nucliadb_utils-5.1.1.post1318.dist-info/RECORD,,
67
+ nucliadb_utils-5.1.1.post1329.dist-info/METADATA,sha256=rrl-7YnCyzkhI-HvHxifXWwQKo5Npkn1jGDUbGNofCo,2071
68
+ nucliadb_utils-5.1.1.post1329.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
69
+ nucliadb_utils-5.1.1.post1329.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
70
+ nucliadb_utils-5.1.1.post1329.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
71
+ nucliadb_utils-5.1.1.post1329.dist-info/RECORD,,