liminal-orm 2.0.3a0__py3-none-any.whl → 2.0.3a1__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.
- liminal/validation/__init__.py +1 -1
- {liminal_orm-2.0.3a0.dist-info → liminal_orm-2.0.3a1.dist-info}/METADATA +1 -1
- {liminal_orm-2.0.3a0.dist-info → liminal_orm-2.0.3a1.dist-info}/RECORD +6 -6
- {liminal_orm-2.0.3a0.dist-info → liminal_orm-2.0.3a1.dist-info}/LICENSE.md +0 -0
- {liminal_orm-2.0.3a0.dist-info → liminal_orm-2.0.3a1.dist-info}/WHEEL +0 -0
- {liminal_orm-2.0.3a0.dist-info → liminal_orm-2.0.3a1.dist-info}/entry_points.txt +0 -0
liminal/validation/__init__.py
CHANGED
@@ -126,7 +126,7 @@ def liminal_validator(
|
|
126
126
|
validator_name=validator_name,
|
127
127
|
)
|
128
128
|
elif not isinstance(
|
129
|
-
func, Callable[[
|
129
|
+
func, Callable[[["BenchlingBaseModel"]], BenchlingValidatorReport | None]
|
130
130
|
):
|
131
131
|
raise ValueError(
|
132
132
|
"Parameters passed to liminal_validator must be keyword arguments, not positional arguments."
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: liminal-orm
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.3a1
|
4
4
|
Summary: An ORM and toolkit that builds on top of Benchling's platform to keep your schemas and downstream code dependencies in sync.
|
5
5
|
Home-page: https://github.com/dynotx/liminal-orm
|
6
6
|
Author: DynoTx Open Source
|
@@ -59,10 +59,10 @@ liminal/tests/from benchling_sdk.py,sha256=CjRUHFB3iaa4rUPLGOqDiBq5EPKldm-Fd8aQQ
|
|
59
59
|
liminal/tests/test_dropdown_compare.py,sha256=yHB0ovQlBLRu8-qYkqIPd8VtYEOmOft_93FQM86g_z8,8198
|
60
60
|
liminal/tests/test_entity_schema_compare.py,sha256=-26Bu5eYIuHRswB5kYjGDo5Wed5LUWjm1e6IRI1Q-lE,18952
|
61
61
|
liminal/utils.py,sha256=radRtRsZmCiNblMvxOX1DH0rcO5TR09kFlp6OONIPBU,2951
|
62
|
-
liminal/validation/__init__.py,sha256=
|
62
|
+
liminal/validation/__init__.py,sha256=1EOF2cQ_MQu_K7eQrBgsaP3GVp5AalKRD9NNE0px-0Y,5558
|
63
63
|
liminal/validation/validation_severity.py,sha256=ib03PTZCQHcbBDc01v4gJF53YtA-ANY6QSFnhTV-FbU,259
|
64
|
-
liminal_orm-2.0.
|
65
|
-
liminal_orm-2.0.
|
66
|
-
liminal_orm-2.0.
|
67
|
-
liminal_orm-2.0.
|
68
|
-
liminal_orm-2.0.
|
64
|
+
liminal_orm-2.0.3a1.dist-info/LICENSE.md,sha256=oVA877F_D1AV44dpjsv4f-4k690uNGApX1EtzOo3T8U,11353
|
65
|
+
liminal_orm-2.0.3a1.dist-info/METADATA,sha256=s0aHimEXa07bwDqvmNH8fdLQ0pmLcL3ZNg0kpk1m3r8,11034
|
66
|
+
liminal_orm-2.0.3a1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
67
|
+
liminal_orm-2.0.3a1.dist-info/entry_points.txt,sha256=atIrU63rrzH81dWC2sjUbFLlc5FWMmYRdMxXEWexIZA,47
|
68
|
+
liminal_orm-2.0.3a1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|