Skip to content

Commit

Permalink
Update pydantic to 1.10.19 (#130373)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Nov 11, 2024
1 parent 0cc50bc commit b19c44b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ backoff>=2.0

# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.18
pydantic==1.10.19

# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license-expression==30.4.0
mock-open==1.4.0
mypy-dev==1.14.0a2
pre-commit==4.0.0
pydantic==1.10.18
pydantic==1.10.19
pylint==3.3.1
pylint-per-file-ignores==1.3.2
pipdeptree==2.23.4
Expand Down
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.18
pydantic==1.10.19
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1
Expand Down

0 comments on commit b19c44b

Please sign in to comment.