Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohttp==3.11.14
aiohttp_cors==0.7.0
aiousbwatcher==1.1.1
aiozoneinfo==0.2.3
annotatedyaml==0.2.0
annotatedyaml==0.4.4
astral==2.2
async-interrupt==1.2.2
async-upnp-client==0.43.0
Expand Down
3 changes: 1 addition & 2 deletions homeassistant/util/yaml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""YAML utility functions."""

from annotatedyaml import SECRET_YAML, YamlTypeError
from annotatedyaml import SECRET_YAML, Input, YamlTypeError
from annotatedyaml.input import UndefinedSubstitution, extract_inputs, substitute
from annotatedyaml.objects import Input

from .dumper import dump, save_yaml
from .loader import Secrets, load_yaml, load_yaml_dict, parse_yaml, secret_yaml
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/util/yaml/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from __future__ import annotations

from annotatedyaml.objects import Input, NodeDictClass, NodeListClass, NodeStrClass
from annotatedyaml import Input, NodeDictClass, NodeListClass, NodeStrClass

__all__ = ["Input", "NodeDictClass", "NodeListClass", "NodeStrClass"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"aiohttp-fast-zlib==0.2.3",
"aiohttp-asyncmdnsresolver==0.1.1",
"aiozoneinfo==0.2.3",
"annotatedyaml==0.2.0",
"annotatedyaml==0.4.4",
"astral==2.2",
"async-interrupt==1.2.2",
"attrs==25.1.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.