haiway 0.9.0__py3-none-any.whl → 0.9.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.
- haiway/state/validation.py +1 -8
- {haiway-0.9.0.dist-info → haiway-0.9.1.dist-info}/METADATA +1 -1
- {haiway-0.9.0.dist-info → haiway-0.9.1.dist-info}/RECORD +6 -6
- {haiway-0.9.0.dist-info → haiway-0.9.1.dist-info}/LICENSE +0 -0
- {haiway-0.9.0.dist-info → haiway-0.9.1.dist-info}/WHEEL +0 -0
- {haiway-0.9.0.dist-info → haiway-0.9.1.dist-info}/top_level.txt +0 -0
haiway/state/validation.py
CHANGED
@@ -5,9 +5,6 @@ from pathlib import Path
|
|
5
5
|
from re import Pattern
|
6
6
|
from types import EllipsisType, NoneType, UnionType
|
7
7
|
from typing import Any, Literal, Protocol, Self, Union, is_typeddict
|
8
|
-
from typing import Mapping as MappingType # noqa: UP035
|
9
|
-
from typing import Sequence as SequenceType # noqa: UP035
|
10
|
-
from typing import Sequence as SetType # noqa: UP035
|
11
8
|
from uuid import UUID
|
12
9
|
|
13
10
|
from haiway.state.attributes import AttributeAnnotation
|
@@ -443,14 +440,10 @@ VALIDATORS: Mapping[
|
|
443
440
|
str: _prepare_validator_of_type,
|
444
441
|
tuple: _prepare_validator_of_tuple,
|
445
442
|
frozenset: _prepare_validator_of_set,
|
446
|
-
Literal: _prepare_validator_of_literal,
|
447
|
-
set: _prepare_validator_of_set,
|
448
443
|
Set: _prepare_validator_of_set,
|
449
|
-
SetType: _prepare_validator_of_set,
|
450
444
|
Sequence: _prepare_validator_of_sequence,
|
451
|
-
SequenceType: _prepare_validator_of_sequence,
|
452
445
|
Mapping: _prepare_validator_of_mapping,
|
453
|
-
|
446
|
+
Literal: _prepare_validator_of_literal,
|
454
447
|
range: _prepare_validator_of_type,
|
455
448
|
UUID: _prepare_validator_of_type,
|
456
449
|
date: _prepare_validator_of_type,
|
@@ -22,7 +22,7 @@ haiway/state/attributes.py,sha256=iQ7TJHnT3hlcYwKcxchXE56zU8WbOTJZhsVn_HocXBc,22
|
|
22
22
|
haiway/state/path.py,sha256=4vh-fYQv8_xRWjS0ErMQslKDWRI6-KVECAr8JhYk0UY,17503
|
23
23
|
haiway/state/requirement.py,sha256=3iQqzp5Q7w6y5uClamJGH7S5Hib9pciuTAV27PP5lS8,6161
|
24
24
|
haiway/state/structure.py,sha256=N8lh_yKyROm5GG1NjIxmidYttWZkYH0S3fhEpNIx5FY,11694
|
25
|
-
haiway/state/validation.py,sha256=
|
25
|
+
haiway/state/validation.py,sha256=hbvzPVBD36AD_B5u9ER4A11vjaXR9LJLD8G2k8IE-AI,13492
|
26
26
|
haiway/types/__init__.py,sha256=00Ulp2BxcIWm9vWXKQPodpFEwE8hpqj6OYgrNxelp5s,252
|
27
27
|
haiway/types/frozen.py,sha256=CZhFCXnWAKEhuWSfILxA8smfdpMd5Ku694ycfLh98R8,76
|
28
28
|
haiway/types/missing.py,sha256=JiXo5xdi7H-PbIJr0fuK5wpOuQZhjrDYUkMlfIFcsaE,1705
|
@@ -36,8 +36,8 @@ haiway/utils/mimic.py,sha256=BkVjTVP2TxxC8GChPGyDV6UXVwJmiRiSWeOYZNZFHxs,1828
|
|
36
36
|
haiway/utils/noop.py,sha256=qgbZlOKWY6_23Zs43OLukK2HagIQKRyR04zrFVm5rWI,344
|
37
37
|
haiway/utils/queue.py,sha256=oQ3GXCJ-PGNtMEr6EPdgqAvYZoj8lAa7Z2drBKBEoBM,2345
|
38
38
|
haiway/utils/sequences.py,sha256=mXLAzH94HZHi0P7fF593FHNNTn1eNMRHA4Uxlr3UOu0,1064
|
39
|
-
haiway-0.9.
|
40
|
-
haiway-0.9.
|
41
|
-
haiway-0.9.
|
42
|
-
haiway-0.9.
|
43
|
-
haiway-0.9.
|
39
|
+
haiway-0.9.1.dist-info/LICENSE,sha256=GehQEW_I1pkmxkkj3NEa7rCTQKYBn7vTPabpDYJlRuo,1063
|
40
|
+
haiway-0.9.1.dist-info/METADATA,sha256=V8r02s5eNu41YHlynIq3wUTpXRCVSYBoOSNusk1ckU8,3894
|
41
|
+
haiway-0.9.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
42
|
+
haiway-0.9.1.dist-info/top_level.txt,sha256=_LdXVLzUzgkvAGQnQJj5kQfoFhpPW6EF4Kj9NapniLg,7
|
43
|
+
haiway-0.9.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|