python-omnilogic-local 0.14.3__tar.gz → 0.14.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/PKG-INFO +2 -2
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/util.py +1 -1
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyproject.toml +1 -1
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/LICENSE +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/README.md +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/__init__.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/api.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/cli.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/exceptions.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/__init__.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/const.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/filter_diagnostics.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/leadmessage.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/mspconfig.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/telemetry.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/protocol.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/types.py +0 -0
- {python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/util.py +0 -0
@@ -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
|
{python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/util.py
RENAMED
@@ -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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "python-omnilogic-local"
|
3
|
-
version = "0.14.
|
3
|
+
version = "0.14.4"
|
4
4
|
description = "A library for local control of Hayward OmniHub/OmniLogic pool controllers using their local API"
|
5
5
|
authors = ["cryptk <cryptk@users.noreply.github.com>", "djtimca", "garionphx"]
|
6
6
|
license = "Apache-2.0"
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/exceptions.py
RENAMED
File without changes
|
{python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/__init__.py
RENAMED
File without changes
|
{python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/models/const.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.14.3 → python_omnilogic_local-0.14.4}/pyomnilogic_local/protocol.py
RENAMED
File without changes
|
File without changes
|
File without changes
|