Skip to content

Commit

Permalink
Update pydantic to 1.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jun 20, 2024
1 parent 09066f4 commit 27d0432
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 @@ -133,7 +133,7 @@ backoff>=2.0

# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.16
pydantic==1.10.17

# Breaks asyncio
# https://github.com/pubnub/python/issues/130
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ freezegun==1.5.0
mock-open==1.4.0
mypy-dev==1.11.0a6
pre-commit==3.7.1
pydantic==1.10.16
pydantic==1.10.17
pylint==3.2.2
pylint-per-file-ignores==1.3.2
pipdeptree==2.19.0
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 @@ -155,7 +155,7 @@
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.16
pydantic==1.10.17
# Breaks asyncio
# https://github.com/pubnub/python/issues/130
Expand Down

0 comments on commit 27d0432

Please sign in to comment.