nucliadb-utils 3.0.3.post447__py3-none-any.whl → 3.0.3.post450__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 +0 -2
- nucliadb_utils/featureflagging.py +0 -8
- {nucliadb_utils-3.0.3.post447.dist-info → nucliadb_utils-3.0.3.post450.dist-info}/METADATA +3 -3
- {nucliadb_utils-3.0.3.post447.dist-info → nucliadb_utils-3.0.3.post450.dist-info}/RECORD +7 -7
- {nucliadb_utils-3.0.3.post447.dist-info → nucliadb_utils-3.0.3.post450.dist-info}/WHEEL +0 -0
- {nucliadb_utils-3.0.3.post447.dist-info → nucliadb_utils-3.0.3.post450.dist-info}/top_level.txt +0 -0
- {nucliadb_utils-3.0.3.post447.dist-info → nucliadb_utils-3.0.3.post450.dist-info}/zip-safe +0 -0
nucliadb_utils/const.py
CHANGED
@@ -76,8 +76,6 @@ class Features:
|
|
76
76
|
EXPERIMENTAL_KB = "nucliadb_experimental_kb"
|
77
77
|
READ_REPLICA_SEARCHES = "nucliadb_read_replica_searches"
|
78
78
|
VERSIONED_PRIVATE_PREDICT = "nucliadb_versioned_private_predict"
|
79
|
-
PREDICT_QUERY_ENDPOINT = "nucliadb_predict_query_endpoint"
|
80
|
-
BACK_PRESSURE = "nucliadb_back_pressure"
|
81
79
|
REBALANCE_KB = "nucliadb_rebalance_kb"
|
82
80
|
CORS_MIDDLEWARE = "nucliadb_cors_middleware_enabled"
|
83
81
|
VECTORSETS_V2 = "nucliadb_vectorsets_v2"
|
@@ -53,14 +53,6 @@ DEFAULT_FLAG_DATA: dict[str, Any] = {
|
|
53
53
|
"rollout": 0,
|
54
54
|
"variants": {"environment": ["local"]},
|
55
55
|
},
|
56
|
-
const.Features.PREDICT_QUERY_ENDPOINT: {
|
57
|
-
"rollout": 0,
|
58
|
-
"variants": {"environment": ["local"]},
|
59
|
-
},
|
60
|
-
const.Features.BACK_PRESSURE: {
|
61
|
-
"rollout": 0,
|
62
|
-
"variants": {"environment": ["local"]},
|
63
|
-
},
|
64
56
|
const.Features.REBALANCE_KB: {
|
65
57
|
"rollout": 0,
|
66
58
|
"variants": {"environment": ["local"]},
|
@@ -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.post450
|
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.post450
|
25
|
+
Requires-Dist: nucliadb-telemetry >=3.0.3.post450
|
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=bfa8TDPnv9IFTa5xgCWMD8JqNKHDlPW98k36G6JHuuE,2412
|
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=DutCeeef1Gm4_eKVPQkrs9B5-mUjQCGs7fcd3P9_uUQ,2825
|
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.post450.dist-info/METADATA,sha256=cu66MkRcSF2vqmzQhdJhVyTepsdr9d0vINZVgE_nN2M,1975
|
67
|
+
nucliadb_utils-3.0.3.post450.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
68
|
+
nucliadb_utils-3.0.3.post450.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
|
69
|
+
nucliadb_utils-3.0.3.post450.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
70
|
+
nucliadb_utils-3.0.3.post450.dist-info/RECORD,,
|
File without changes
|
{nucliadb_utils-3.0.3.post447.dist-info → nucliadb_utils-3.0.3.post450.dist-info}/top_level.txt
RENAMED
File without changes
|
File without changes
|