haiway 0.6.0__py3-none-any.whl → 0.6.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 +2 -0
- {haiway-0.6.0.dist-info → haiway-0.6.1.dist-info}/METADATA +1 -1
- {haiway-0.6.0.dist-info → haiway-0.6.1.dist-info}/RECORD +6 -6
- {haiway-0.6.0.dist-info → haiway-0.6.1.dist-info}/LICENSE +0 -0
- {haiway-0.6.0.dist-info → haiway-0.6.1.dist-info}/WHEEL +0 -0
- {haiway-0.6.0.dist-info → haiway-0.6.1.dist-info}/top_level.txt +0 -0
haiway/state/validation.py
CHANGED
@@ -2,6 +2,7 @@ from collections.abc import Callable, Mapping, Sequence, Set
|
|
2
2
|
from enum import Enum
|
3
3
|
from types import MappingProxyType, NoneType, UnionType
|
4
4
|
from typing import Any, Literal, Protocol, Union
|
5
|
+
from uuid import UUID
|
5
6
|
|
6
7
|
from haiway.state.attributes import AttributeAnnotation
|
7
8
|
from haiway.types import MISSING, Missing
|
@@ -289,6 +290,7 @@ VALIDATORS: Mapping[Any, Callable[[AttributeAnnotation], Callable[[Any], Any]]]
|
|
289
290
|
Set: _prepare_validator_of_set,
|
290
291
|
Sequence: _prepare_validator_of_sequence,
|
291
292
|
Mapping: _prepare_validator_of_mapping,
|
293
|
+
UUID: _prepare_validator_of_type,
|
292
294
|
Union: _prepare_validator_of_union,
|
293
295
|
UnionType: _prepare_validator_of_union,
|
294
296
|
Callable: _prepare_validator_of_callable,
|
@@ -17,7 +17,7 @@ haiway/helpers/tracing.py,sha256=eQpkIoGSB51jRF8RcLaihvHX3VzJIRdyRxTx3I14Pzg,334
|
|
17
17
|
haiway/state/__init__.py,sha256=nPVHBySLuOdIL1VSIs-mo64s53xYHIbieELhw8mQgyc,204
|
18
18
|
haiway/state/attributes.py,sha256=gS4sEp50bDLAb3Y477BvagobvgMekUkiZZ64ZX6Avac,13613
|
19
19
|
haiway/state/structure.py,sha256=r8q2d3ro3C0kKYrdx9IE-bY2mKMVRwYC7d5Oeazj83Y,7289
|
20
|
-
haiway/state/validation.py,sha256=
|
20
|
+
haiway/state/validation.py,sha256=3vCXvr6dBBOS5W482PsLLY801jq2NMgEc-EVkg6LzUA,8264
|
21
21
|
haiway/types/__init__.py,sha256=00Ulp2BxcIWm9vWXKQPodpFEwE8hpqj6OYgrNxelp5s,252
|
22
22
|
haiway/types/frozen.py,sha256=CZhFCXnWAKEhuWSfILxA8smfdpMd5Ku694ycfLh98R8,76
|
23
23
|
haiway/types/missing.py,sha256=JiXo5xdi7H-PbIJr0fuK5wpOuQZhjrDYUkMlfIFcsaE,1705
|
@@ -29,8 +29,8 @@ haiway/utils/logs.py,sha256=oDsc1ZdqKDjlTlctLbDcp9iX98Acr-1tdw-Pyg3DElo,1577
|
|
29
29
|
haiway/utils/mimic.py,sha256=BkVjTVP2TxxC8GChPGyDV6UXVwJmiRiSWeOYZNZFHxs,1828
|
30
30
|
haiway/utils/noop.py,sha256=qgbZlOKWY6_23Zs43OLukK2HagIQKRyR04zrFVm5rWI,344
|
31
31
|
haiway/utils/queue.py,sha256=oQ3GXCJ-PGNtMEr6EPdgqAvYZoj8lAa7Z2drBKBEoBM,2345
|
32
|
-
haiway-0.6.
|
33
|
-
haiway-0.6.
|
34
|
-
haiway-0.6.
|
35
|
-
haiway-0.6.
|
36
|
-
haiway-0.6.
|
32
|
+
haiway-0.6.1.dist-info/LICENSE,sha256=GehQEW_I1pkmxkkj3NEa7rCTQKYBn7vTPabpDYJlRuo,1063
|
33
|
+
haiway-0.6.1.dist-info/METADATA,sha256=IGAF9VfS0SEIyN8N6JUnuCcpPQNY7A9fovFapfJ6_ck,3898
|
34
|
+
haiway-0.6.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
35
|
+
haiway-0.6.1.dist-info/top_level.txt,sha256=_LdXVLzUzgkvAGQnQJj5kQfoFhpPW6EF4Kj9NapniLg,7
|
36
|
+
haiway-0.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|