nucliadb-utils 2.46.1.post394__py3-none-any.whl → 2.46.1.post396__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.
@@ -25,7 +25,7 @@ from pydantic.class_validators import root_validator
25
25
 
26
26
 
27
27
  class RunningSettings(BaseSettings):
28
- debug: bool = True
28
+ debug: bool = False
29
29
  sentry_url: Optional[str] = None
30
30
  running_environment: str = Field(
31
31
  default="local",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nucliadb-utils
3
- Version: 2.46.1.post394
3
+ Version: 2.46.1.post396
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 >=2.46.1.post394
25
- Requires-Dist: nucliadb-telemetry >=2.46.1.post394
24
+ Requires-Dist: nucliadb-protos >=2.46.1.post396
25
+ Requires-Dist: nucliadb-telemetry >=2.46.1.post396
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'
@@ -12,7 +12,7 @@ nucliadb_utils/nats.py,sha256=7hRKMflwxK-p_L0KFO5jibOGhzSw2F24mKvPG-A_iN8,8224
12
12
  nucliadb_utils/partition.py,sha256=0tmXuwRM_v-OmKoRkB--OMDzomVEkmgxqMmNNomI_24,1173
13
13
  nucliadb_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  nucliadb_utils/run.py,sha256=bKMfsPEK6WdWfiPyWPUxCqcLo4tq6eOwyaf910TOwBk,1713
15
- nucliadb_utils/settings.py,sha256=rRG1w5QsvsToVSZxOY6Rh1R0kxJUx_b-REsCK715T0I,7213
15
+ nucliadb_utils/settings.py,sha256=87sH3lSKvXhMVBvCkJYDRj_6MYvc5mWcqFUYcS740f0,7214
16
16
  nucliadb_utils/signals.py,sha256=KxV4UUNWf4wrEbt1iJzy6PxYuTEhi6IRisKlYlq5OtM,2702
17
17
  nucliadb_utils/store.py,sha256=kQ35HemE0v4_Qg6xVqNIJi8vSFAYQtwI3rDtMsNy62Y,890
18
18
  nucliadb_utils/transaction.py,sha256=CQpsuF-E2omh4gGMxXCn0dv7vL9ctxooWpSgWGbGfBA,7212
@@ -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-2.46.1.post394.dist-info/METADATA,sha256=XbiPjK_rQuBbzg--3Q9e6SVNlPki2Wau7EmfD55rOG8,1978
67
- nucliadb_utils-2.46.1.post394.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
68
- nucliadb_utils-2.46.1.post394.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
69
- nucliadb_utils-2.46.1.post394.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
70
- nucliadb_utils-2.46.1.post394.dist-info/RECORD,,
66
+ nucliadb_utils-2.46.1.post396.dist-info/METADATA,sha256=fw6a-iETzKKqM7IFDVYVRbnHUiTCoLyrD1sHFOyYxzE,1978
67
+ nucliadb_utils-2.46.1.post396.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
68
+ nucliadb_utils-2.46.1.post396.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
69
+ nucliadb_utils-2.46.1.post396.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
70
+ nucliadb_utils-2.46.1.post396.dist-info/RECORD,,