Skip to content

Commit 9a28ee5

Browse files
authored
Update pydantic to 2.12.1 (home-assistant#154424)
1 parent 82f33fb commit 9a28ee5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ multidict>=6.0.2
130130
backoff>=2.0
131131

132132
# ensure pydantic version does not float since it might have breaking changes
133-
pydantic==2.12.0
133+
pydantic==2.12.1
134134

135135
# Required for Python 3.12.4 compatibility (#119223).
136136
mashumaro>=3.13.1

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license-expression==30.4.3
1717
mock-open==1.4.0
1818
mypy-dev==1.19.0a4
1919
pre-commit==4.2.0
20-
pydantic==2.12.0
20+
pydantic==2.12.1
2121
pylint==4.0.0
2222
pylint-per-file-ignores==1.4.0
2323
pipdeptree==2.26.1

script/gen_requirements_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
backoff>=2.0
156156
157157
# ensure pydantic version does not float since it might have breaking changes
158-
pydantic==2.12.0
158+
pydantic==2.12.1
159159
160160
# Required for Python 3.12.4 compatibility (#119223).
161161
mashumaro>=3.13.1

0 commit comments

Comments
 (0)