maleo-foundation 0.0.75__py3-none-any.whl → 0.0.76__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/utils/controller.py +1 -1
- {maleo_foundation-0.0.75.dist-info → maleo_foundation-0.0.76.dist-info}/METADATA +1 -1
- {maleo_foundation-0.0.75.dist-info → maleo_foundation-0.0.76.dist-info}/RECORD +5 -5
- {maleo_foundation-0.0.75.dist-info → maleo_foundation-0.0.76.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.0.75.dist-info → maleo_foundation-0.0.76.dist-info}/top_level.txt +0 -0
|
@@ -75,7 +75,7 @@ class BaseControllerUtils:
|
|
|
75
75
|
for dependency, dependents in expandable_fields_dependencies_map.items():
|
|
76
76
|
if dependency not in expand:
|
|
77
77
|
for dependent in dependents:
|
|
78
|
-
if dependent
|
|
78
|
+
if dependent in expand:
|
|
79
79
|
other = f"'{dependency}' must also be expanded if '{dependent}' is expanded"
|
|
80
80
|
content = BaseResponses.InvalidExpand(other=other).model_dump()
|
|
81
81
|
return BaseServiceRESTControllerResults(success=False, content=content, status_code=status.HTTP_400_BAD_REQUEST)
|
|
@@ -48,13 +48,13 @@ maleo_foundation/models/transfers/results/service/query.py,sha256=G5A4FRkHyRRlpu
|
|
|
48
48
|
maleo_foundation/models/transfers/results/service/controllers/__init__.py,sha256=HZJWMy2dskzOCzLmp_UaL9rjbQ-sDMI7sd2bXb-4QOU,175
|
|
49
49
|
maleo_foundation/models/transfers/results/service/controllers/rest.py,sha256=wCuFyOTQkuBs2cqjPsWnPy0XIsCfMqGByhrSy57qp7Y,1107
|
|
50
50
|
maleo_foundation/utils/__init__.py,sha256=FavmL5XYGCm955EAKiWWcXYeU15p5rSzfcglpV2yI6c,387
|
|
51
|
-
maleo_foundation/utils/controller.py,sha256=
|
|
51
|
+
maleo_foundation/utils/controller.py,sha256=vC2B2IfuwM4CqsFgpmawT1uniAJ_S9-rP7vXXAMlmrY,6397
|
|
52
52
|
maleo_foundation/utils/exceptions.py,sha256=nk3rD57fDR-D7BQkU1JEKV-Mu7FGMpLSEsqxdDZdKjU,4532
|
|
53
53
|
maleo_foundation/utils/logger.py,sha256=978P57JOhGR-WIu7xdPXBIwd3JrfLLA8WerVzxhE_Fs,3408
|
|
54
54
|
maleo_foundation/utils/query.py,sha256=ODQ3adOYQNj5E2cRW9ytbjBz56nEDcnfq8mQ6YZbCCM,4375
|
|
55
55
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
|
56
56
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
|
57
|
-
maleo_foundation-0.0.
|
|
58
|
-
maleo_foundation-0.0.
|
|
59
|
-
maleo_foundation-0.0.
|
|
60
|
-
maleo_foundation-0.0.
|
|
57
|
+
maleo_foundation-0.0.76.dist-info/METADATA,sha256=R2JVBCmmGvCNmNzP9of4uM3tbCo4eCaN7slXucM1FMk,3160
|
|
58
|
+
maleo_foundation-0.0.76.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
59
|
+
maleo_foundation-0.0.76.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
|
60
|
+
maleo_foundation-0.0.76.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|