mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Update pydantic to 1.10.18 (#126821)
This commit is contained in:
parent
5fb9537d6d
commit
22dac266c4
@ -119,7 +119,7 @@ backoff>=2.0
|
|||||||
|
|
||||||
# Required to avoid breaking (#101042).
|
# Required to avoid breaking (#101042).
|
||||||
# v2 has breaking changes (#99218).
|
# v2 has breaking changes (#99218).
|
||||||
pydantic==1.10.17
|
pydantic==1.10.18
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
@ -13,7 +13,7 @@ freezegun==1.5.1
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.12.0a3
|
mypy-dev==1.12.0a3
|
||||||
pre-commit==3.8.0
|
pre-commit==3.8.0
|
||||||
pydantic==1.10.17
|
pydantic==1.10.18
|
||||||
pylint==3.3.1
|
pylint==3.3.1
|
||||||
pylint-per-file-ignores==1.3.2
|
pylint-per-file-ignores==1.3.2
|
||||||
pipdeptree==2.23.4
|
pipdeptree==2.23.4
|
||||||
|
@ -138,7 +138,7 @@ backoff>=2.0
|
|||||||
|
|
||||||
# Required to avoid breaking (#101042).
|
# Required to avoid breaking (#101042).
|
||||||
# v2 has breaking changes (#99218).
|
# v2 has breaking changes (#99218).
|
||||||
pydantic==1.10.17
|
pydantic==1.10.18
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user