nucliadb-utils 3.0.3.post460__py3-none-any.whl → 3.0.3.post478__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 +1 -1
- nucliadb_utils/featureflagging.py +4 -4
- {nucliadb_utils-3.0.3.post460.dist-info → nucliadb_utils-3.0.3.post478.dist-info}/METADATA +3 -3
- {nucliadb_utils-3.0.3.post460.dist-info → nucliadb_utils-3.0.3.post478.dist-info}/RECORD +7 -7
- {nucliadb_utils-3.0.3.post460.dist-info → nucliadb_utils-3.0.3.post478.dist-info}/WHEEL +0 -0
- {nucliadb_utils-3.0.3.post460.dist-info → nucliadb_utils-3.0.3.post478.dist-info}/top_level.txt +0 -0
- {nucliadb_utils-3.0.3.post460.dist-info → nucliadb_utils-3.0.3.post478.dist-info}/zip-safe +0 -0
nucliadb_utils/const.py
CHANGED
@@ -72,9 +72,9 @@ class Streams:
|
|
72
72
|
|
73
73
|
class Features:
|
74
74
|
WAIT_FOR_INDEX = "nucliadb_wait_for_resource_index"
|
75
|
-
ASK_YOUR_DOCUMENTS = "nucliadb_ask_your_documents"
|
76
75
|
EXPERIMENTAL_KB = "nucliadb_experimental_kb"
|
77
76
|
READ_REPLICA_SEARCHES = "nucliadb_read_replica_searches"
|
78
77
|
VERSIONED_PRIVATE_PREDICT = "nucliadb_versioned_private_predict"
|
79
78
|
REBALANCE_KB = "nucliadb_rebalance_kb"
|
80
79
|
CORS_MIDDLEWARE = "nucliadb_cors_middleware_enabled"
|
80
|
+
NODE_SET_RESOURCE_FROM_STORAGE = "nucliadb_node_set_resource_from_storage"
|
@@ -37,10 +37,6 @@ DEFAULT_FLAG_DATA: dict[str, Any] = {
|
|
37
37
|
"rollout": 0,
|
38
38
|
"variants": {"environment": ["none"]},
|
39
39
|
},
|
40
|
-
const.Features.ASK_YOUR_DOCUMENTS: {
|
41
|
-
"rollout": 0,
|
42
|
-
"variants": {"environment": ["stage", "local"]},
|
43
|
-
},
|
44
40
|
const.Features.EXPERIMENTAL_KB: {
|
45
41
|
"rollout": 0,
|
46
42
|
"variants": {"environment": ["local"]},
|
@@ -61,6 +57,10 @@ DEFAULT_FLAG_DATA: dict[str, Any] = {
|
|
61
57
|
"rollout": 0,
|
62
58
|
"variants": {"environment": ["local"]},
|
63
59
|
},
|
60
|
+
const.Features.NODE_SET_RESOURCE_FROM_STORAGE: {
|
61
|
+
"rollout": 0,
|
62
|
+
"variants": {"environment": ["none"]},
|
63
|
+
},
|
64
64
|
}
|
65
65
|
|
66
66
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nucliadb-utils
|
3
|
-
Version: 3.0.3.
|
3
|
+
Version: 3.0.3.post478
|
4
4
|
Home-page: https://nuclia.com
|
5
5
|
License: BSD
|
6
6
|
Classifier: Development Status :: 4 - Beta
|
@@ -21,8 +21,8 @@ Requires-Dist: nats-py[nkeys] >=2.6.0
|
|
21
21
|
Requires-Dist: pyjwt >=2.4.0
|
22
22
|
Requires-Dist: memorylru >=1.1.2
|
23
23
|
Requires-Dist: mrflagly
|
24
|
-
Requires-Dist: nucliadb-protos >=3.0.3.
|
25
|
-
Requires-Dist: nucliadb-telemetry >=3.0.3.
|
24
|
+
Requires-Dist: nucliadb-protos >=3.0.3.post478
|
25
|
+
Requires-Dist: nucliadb-telemetry >=3.0.3.post478
|
26
26
|
Provides-Extra: cache
|
27
27
|
Requires-Dist: redis >=4.3.4 ; extra == 'cache'
|
28
28
|
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=9A0xwlw9E4HYAxiPtLlOzurqiTlCWNqvXrpDl1q7szE,2894
|
3
3
|
nucliadb_utils/authentication.py,sha256=HTj6kFFrfdN4-DW_MNqldAPqNPdPwGHnSWl-SigiMvk,6071
|
4
|
-
nucliadb_utils/const.py,sha256=
|
4
|
+
nucliadb_utils/const.py,sha256=V9SWXB_Nfy0qqgPkQcEYN_zj90WkOpLubeixRKUprfM,2391
|
5
5
|
nucliadb_utils/debug.py,sha256=saSfh_CDQoQl-35KCyqef5hdB_OVdrIEnlmWnZU18vg,2470
|
6
6
|
nucliadb_utils/exceptions.py,sha256=y_3wk77WLVUtdo-5FtbBsdSkCtK_DsJkdWb5BoPn3qo,1094
|
7
|
-
nucliadb_utils/featureflagging.py,sha256=
|
7
|
+
nucliadb_utils/featureflagging.py,sha256=c__VxSnYmH7oI9MSaUBLXghE8zE-q45neJWbc8hYejU,2715
|
8
8
|
nucliadb_utils/grpc.py,sha256=USXwPRuCJiSyLf0JW4isIKZne6od8gM_GGLWaHHjknk,3336
|
9
9
|
nucliadb_utils/helpers.py,sha256=fOL6eImdvKO3NV39ymmo2UOCT-GAK1dfXKoMKdzdmFo,1599
|
10
10
|
nucliadb_utils/indexing.py,sha256=ELJ9bTnrxcb6tmO77HzzO1SDLPmKXTc_nBiLnJocz5I,3462
|
@@ -63,8 +63,8 @@ nucliadb_utils/tests/unit/storages/test_aws.py,sha256=GCsB_jwCUNV3Ogt8TZZEmNKAHv
|
|
63
63
|
nucliadb_utils/tests/unit/storages/test_gcs.py,sha256=2XzJwgNpfjVGjtE-QdZhu3ayuT1EMEXINdM-_SatPCY,3554
|
64
64
|
nucliadb_utils/tests/unit/storages/test_pg.py,sha256=sJfUttMSzq8W1XYolAUcMxl_R5HcEzb5fpCklPeMJiY,17000
|
65
65
|
nucliadb_utils/tests/unit/storages/test_storage.py,sha256=VFpRq6Q6BjnIrBQCumYzR8DQUacwhxt5CzTKSlqqD24,6892
|
66
|
-
nucliadb_utils-3.0.3.
|
67
|
-
nucliadb_utils-3.0.3.
|
68
|
-
nucliadb_utils-3.0.3.
|
69
|
-
nucliadb_utils-3.0.3.
|
70
|
-
nucliadb_utils-3.0.3.
|
66
|
+
nucliadb_utils-3.0.3.post478.dist-info/METADATA,sha256=tqU1S7oF7EjmN_vbYkCAXIPXLyye6WNur5-Dhg8xDAA,1975
|
67
|
+
nucliadb_utils-3.0.3.post478.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
68
|
+
nucliadb_utils-3.0.3.post478.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
|
69
|
+
nucliadb_utils-3.0.3.post478.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
70
|
+
nucliadb_utils-3.0.3.post478.dist-info/RECORD,,
|
File without changes
|
{nucliadb_utils-3.0.3.post460.dist-info → nucliadb_utils-3.0.3.post478.dist-info}/top_level.txt
RENAMED
File without changes
|
File without changes
|