maleo-foundation 0.2.62__py3-none-any.whl → 0.2.64__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.
- maleo_foundation/managers/service.py +2 -2
- {maleo_foundation-0.2.62.dist-info → maleo_foundation-0.2.64.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.62.dist-info → maleo_foundation-0.2.64.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.62.dist-info → maleo_foundation-0.2.64.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.2.62.dist-info → maleo_foundation-0.2.64.dist-info}/top_level.txt +0 -0
@@ -41,7 +41,7 @@ from maleo_foundation.utils.logging import (
|
|
41
41
|
ServiceLogger,
|
42
42
|
MiddlewareLogger
|
43
43
|
)
|
44
|
-
from maleo_foundation.utils.
|
44
|
+
from maleo_foundation.utils.merger import deep_merge
|
45
45
|
|
46
46
|
class Settings(BaseSettings):
|
47
47
|
ENVIRONMENT:BaseEnums.EnvironmentType = Field(..., description="Environment")
|
@@ -264,7 +264,7 @@ class ServiceManager:
|
|
264
264
|
)
|
265
265
|
|
266
266
|
#* Load whole configurations
|
267
|
-
merged_configs =
|
267
|
+
merged_configs = deep_merge(
|
268
268
|
static_configs.model_dump(),
|
269
269
|
runtime_configs.model_dump(exclude={"database"}),
|
270
270
|
{"cache": cache.model_dump()},
|
@@ -34,7 +34,7 @@ maleo_foundation/expanded_types/encryption/rsa.py,sha256=Esf_H8nMz2kOLAWa3M7dlD-
|
|
34
34
|
maleo_foundation/managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
35
|
maleo_foundation/managers/db.py,sha256=cpY1IOiUytT9XXYtzS0E9OSYOuB7jBKo0XHe__uI1Jg,5340
|
36
36
|
maleo_foundation/managers/middleware.py,sha256=77wRCC_CWc22nSDL-UJanO3rXmSB7wLzaAIXEFjXq6M,4249
|
37
|
-
maleo_foundation/managers/service.py,sha256=
|
37
|
+
maleo_foundation/managers/service.py,sha256=CB6JI_jMWrVQo32jJ3oCGRgSdOfsdBehCu1pVhAJzBo,19251
|
38
38
|
maleo_foundation/managers/cache/__init__.py,sha256=CeY0oof2bVl_v5WS-FKXNwn2gf3xrEMfUsHK9cHo59s,471
|
39
39
|
maleo_foundation/managers/cache/base.py,sha256=YyPjde4KTsp2IHV6NdFMysa0ev-1GX1rtX-0jQPuIBU,837
|
40
40
|
maleo_foundation/managers/cache/redis.py,sha256=xLa8QfXdNtghs0eBxIqc04H3XTYmxLEzrqJZAFCigvM,1150
|
@@ -118,7 +118,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
118
118
|
maleo_foundation/utils/loaders/credential/google.py,sha256=SKsqPuFnAiCcYLf24CxKnMybhVHpgqnq1gGSlThqjts,994
|
119
119
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
120
120
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
121
|
-
maleo_foundation-0.2.
|
122
|
-
maleo_foundation-0.2.
|
123
|
-
maleo_foundation-0.2.
|
124
|
-
maleo_foundation-0.2.
|
121
|
+
maleo_foundation-0.2.64.dist-info/METADATA,sha256=a7mDrOjkJGjlX2Wgo9aEEWApSvTgoEiBiZww9iyhd6k,3598
|
122
|
+
maleo_foundation-0.2.64.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
123
|
+
maleo_foundation-0.2.64.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
124
|
+
maleo_foundation-0.2.64.dist-info/RECORD,,
|
File without changes
|
File without changes
|