sera-2 1.14.0__py3-none-any.whl → 1.14.1__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.
sera/models/_parse.py
CHANGED
@@ -135,9 +135,6 @@ def _parse_property(
|
|
135
135
|
constraints=[
|
136
136
|
_parse_constraint(constraint) for constraint in _data.get("constraints", [])
|
137
137
|
],
|
138
|
-
is_system_controlled=SystemControlledMode(
|
139
|
-
_data.get("is_system_controlled", SystemControlledMode.NO.value)
|
140
|
-
),
|
141
138
|
system_controlled=_parse_system_controlled_attrs(
|
142
139
|
_data.get("system_controlled")
|
143
140
|
),
|
sera/models/_property.py
CHANGED
@@ -121,9 +121,6 @@ class PropDataAttrs:
|
|
121
121
|
# list of constraints applied to the data model's field
|
122
122
|
constraints: list[Constraint] = field(default_factory=list)
|
123
123
|
|
124
|
-
# whether this property is controlled by the system or not
|
125
|
-
is_system_controlled: SystemControlledMode = SystemControlledMode.NO
|
126
|
-
|
127
124
|
# if this property is controlled by the system, the attributes for the system-controlled property
|
128
125
|
system_controlled: Optional[SystemControlledAttrs] = None
|
129
126
|
|
@@ -32,10 +32,10 @@ sera/models/_default.py,sha256=ABggW6qdPR4ZDqIPJdJ0GCGQ-7kfsfZmQ_DchgZEa-I,137
|
|
32
32
|
sera/models/_enum.py,sha256=sy0q7E646F-APsqrVQ52r1fAQ_DCAeaNq5YM5QN3zIk,2070
|
33
33
|
sera/models/_module.py,sha256=8QRSCubZmdDP9rL58rGAS6X5VCrkc1ZHvuMu1I1KrWk,5043
|
34
34
|
sera/models/_multi_lingual_string.py,sha256=JETN6k00VH4wrA4w5vAHMEJV8fp3SY9bJebskFTjQLA,1186
|
35
|
-
sera/models/_parse.py,sha256=
|
36
|
-
sera/models/_property.py,sha256=
|
35
|
+
sera/models/_parse.py,sha256=OpTnLC8tg_gCzsjMAAqgR_TbYNS7kmPjkHGRNERziBQ,12015
|
36
|
+
sera/models/_property.py,sha256=ZAxTuQ4BVf1Vsfk4dFkYwH_UsP9mFLTPyUkTcBaTajY,7183
|
37
37
|
sera/models/_schema.py,sha256=VxJEiqgVvbXgcSUK4UW6JnRcggk4nsooVSE6MyXmfNY,1636
|
38
38
|
sera/typing.py,sha256=Fl4-UzLJu1GdLLk_g87fA7nT9wQGelNnGzag6dg_0gs,980
|
39
|
-
sera_2-1.14.
|
40
|
-
sera_2-1.14.
|
41
|
-
sera_2-1.14.
|
39
|
+
sera_2-1.14.1.dist-info/METADATA,sha256=gBUE2fmwtUSMHXtZGo1cH2hv9VfAujNw88ZLHD4s8rs,867
|
40
|
+
sera_2-1.14.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
41
|
+
sera_2-1.14.1.dist-info/RECORD,,
|
File without changes
|