orionis 0.654.0__py3-none-any.whl → 0.655.0__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.
- orionis/container/container.py +5 -9
- orionis/metadata/framework.py +1 -1
- {orionis-0.654.0.dist-info → orionis-0.655.0.dist-info}/METADATA +1 -1
- {orionis-0.654.0.dist-info → orionis-0.655.0.dist-info}/RECORD +7 -7
- {orionis-0.654.0.dist-info → orionis-0.655.0.dist-info}/WHEEL +0 -0
- {orionis-0.654.0.dist-info → orionis-0.655.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.654.0.dist-info → orionis-0.655.0.dist-info}/top_level.txt +0 -0
orionis/container/container.py
CHANGED
|
@@ -868,15 +868,6 @@ class Container(IContainer):
|
|
|
868
868
|
f"Unexpected error registering {Lifetime.SCOPED} service: {e}"
|
|
869
869
|
) from e
|
|
870
870
|
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
871
|
def scopedInstance(
|
|
881
872
|
self,
|
|
882
873
|
abstract: Callable[..., Any],
|
|
@@ -1063,10 +1054,15 @@ class Container(IContainer):
|
|
|
1063
1054
|
"""
|
|
1064
1055
|
|
|
1065
1056
|
try:
|
|
1057
|
+
|
|
1066
1058
|
# Use getBinding which includes validation
|
|
1067
1059
|
binding = self.getBinding(abstract_or_alias)
|
|
1060
|
+
|
|
1061
|
+
# A valid binding must be present
|
|
1068
1062
|
return binding is not None
|
|
1063
|
+
|
|
1069
1064
|
except OrionisContainerException:
|
|
1065
|
+
|
|
1070
1066
|
# If binding validation fails, consider it as not bound
|
|
1071
1067
|
return False
|
|
1072
1068
|
|
orionis/metadata/framework.py
CHANGED
|
@@ -67,7 +67,7 @@ orionis/console/stubs/listener.stub,sha256=DbX-ghx2-vb73kzQ6L20lyg5vSKn58jSLTwFu
|
|
|
67
67
|
orionis/console/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
68
|
orionis/console/tasks/schedule.py,sha256=ZeeuQ9Tbu5KNowKC5oIk7yWeJXzlDQiQ278mWEgoCXc,87989
|
|
69
69
|
orionis/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
|
-
orionis/container/container.py,sha256=
|
|
70
|
+
orionis/container/container.py,sha256=wykXRHbXuj5uR_dLWSGV2dP6HJhat9O22xhZ1qrJ710,112458
|
|
71
71
|
orionis/container/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
orionis/container/context/manager.py,sha256=I08K_jKXSKmrq18Pv33qYyMKIlAovVOwIgmfiVm-J7c,2971
|
|
73
73
|
orionis/container/context/scope.py,sha256=p_oCzR7dDz-5ZAd16ab4vfLc3gBf34CaN0f4iR9D0bQ,1155
|
|
@@ -217,7 +217,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=IrPQJwvQVLRm5Qnz0Cxon4
|
|
|
217
217
|
orionis/foundation/providers/testing_provider.py,sha256=eI1p2lUlxl25b5Z487O4nmqLE31CTDb4c3Q21xFadkE,1615
|
|
218
218
|
orionis/foundation/providers/workers_provider.py,sha256=GdHENYV_yGyqmHJHn0DCyWmWId5xWjD48e6Zq2PGCWY,1674
|
|
219
219
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
220
|
-
orionis/metadata/framework.py,sha256=
|
|
220
|
+
orionis/metadata/framework.py,sha256=fCnJNnu6flu1dXdRyr3BiuEpSCKb5vSVvYYbZ4DsghA,4089
|
|
221
221
|
orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
|
|
222
222
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
223
223
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -404,8 +404,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
|
|
|
404
404
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
405
|
orionis/test/view/render.py,sha256=R55ykeRs0wDKcdTf4O1YZ8GDHTFmJ0IK6VQkbJkYUvo,5571
|
|
406
406
|
orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
|
|
407
|
-
orionis-0.
|
|
408
|
-
orionis-0.
|
|
409
|
-
orionis-0.
|
|
410
|
-
orionis-0.
|
|
411
|
-
orionis-0.
|
|
407
|
+
orionis-0.655.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
|
408
|
+
orionis-0.655.0.dist-info/METADATA,sha256=aPpUeCj0hOqdFHu448hacU_JrJNuv41S-Kp0km98Uwc,4772
|
|
409
|
+
orionis-0.655.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
410
|
+
orionis-0.655.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
|
|
411
|
+
orionis-0.655.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|