python-omnilogic-local 0.14.3__py3-none-any.whl → 0.14.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pyomnilogic_local/models/util.py +1 -1
- {python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/METADATA +2 -2
- {python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/RECORD +6 -6
- {python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/WHEEL +1 -1
- {python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/LICENSE +0 -0
- {python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/entry_points.txt +0 -0
pyomnilogic_local/models/util.py
CHANGED
@@ -2,7 +2,7 @@ from collections.abc import Awaitable, Callable
|
|
2
2
|
import logging
|
3
3
|
from typing import Any, Literal, TypeVar, cast, overload
|
4
4
|
|
5
|
-
from pydantic.utils import GetterDict
|
5
|
+
from pydantic.v1.utils import GetterDict
|
6
6
|
|
7
7
|
from .const import XML_NS
|
8
8
|
from .filter_diagnostics import FilterDiagnostics
|
{python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: python-omnilogic-local
|
3
|
-
Version: 0.14.
|
3
|
+
Version: 0.14.4
|
4
4
|
Summary: A library for local control of Hayward OmniHub/OmniLogic pool controllers using their local API
|
5
5
|
Home-page: https://github.com/cryptk/python-omnilogic-local
|
6
6
|
License: Apache-2.0
|
@@ -8,12 +8,12 @@ pyomnilogic_local/models/filter_diagnostics.py,sha256=DnkbjOsmfa39-sbD5qO5PV_Ltn
|
|
8
8
|
pyomnilogic_local/models/leadmessage.py,sha256=XnzXTpLLQzhLQR1OgfAjKmW5N8BBgM7OrntUi1I2VRY,410
|
9
9
|
pyomnilogic_local/models/mspconfig.py,sha256=mXfryaHSA8ecJGazpD_4rmrA2vhWtl32_OBmoSCmxGU,10427
|
10
10
|
pyomnilogic_local/models/telemetry.py,sha256=pBebgBKLClXyLH831GzQdfxbFR7NqyMlktwZzGf1ROg,10632
|
11
|
-
pyomnilogic_local/models/util.py,sha256=
|
11
|
+
pyomnilogic_local/models/util.py,sha256=MgqHmDy7OE-62vFX5Rq1tRxs6GmzamBuWoaLYGm-fPI,1479
|
12
12
|
pyomnilogic_local/protocol.py,sha256=1Z7U70mV0sUlqrp3XK1Fvj6NuChRKLz0ejzKaQLSPE8,10194
|
13
13
|
pyomnilogic_local/types.py,sha256=km_tagtJ43m4_cIynalis7oiDa1LUUR-ta5B9HQUG1Q,7264
|
14
14
|
pyomnilogic_local/util.py,sha256=agbRBKnecrYycC9iUmo1aJDjbVg9VxHyq4QY0D8-bfA,359
|
15
|
-
python_omnilogic_local-0.14.
|
16
|
-
python_omnilogic_local-0.14.
|
17
|
-
python_omnilogic_local-0.14.
|
18
|
-
python_omnilogic_local-0.14.
|
19
|
-
python_omnilogic_local-0.14.
|
15
|
+
python_omnilogic_local-0.14.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
16
|
+
python_omnilogic_local-0.14.4.dist-info/METADATA,sha256=JxeeJko3UZKJ5tmEDArSQlQFCoIBROIsmmjsM1jha18,2984
|
17
|
+
python_omnilogic_local-0.14.4.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
18
|
+
python_omnilogic_local-0.14.4.dist-info/entry_points.txt,sha256=PUvdumqSijeB0dHH_s5oE2TnWtPWdJSNpSOsn8yTtOo,56
|
19
|
+
python_omnilogic_local-0.14.4.dist-info/RECORD,,
|
File without changes
|
{python_omnilogic_local-0.14.3.dist-info → python_omnilogic_local-0.14.4.dist-info}/entry_points.txt
RENAMED
File without changes
|