mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump pydantic to 2.10.4 (#133539)
changelog: https://github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4
This commit is contained in:
parent
c8480627ca
commit
a3fb6e8f92
@ -126,7 +126,7 @@ multidict>=6.0.2
|
|||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# ensure pydantic version does not float since it might have breaking changes
|
# ensure pydantic version does not float since it might have breaking changes
|
||||||
pydantic==2.10.3
|
pydantic==2.10.4
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
@ -14,7 +14,7 @@ license-expression==30.4.0
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.14.0a7
|
mypy-dev==1.14.0a7
|
||||||
pre-commit==4.0.0
|
pre-commit==4.0.0
|
||||||
pydantic==2.10.3
|
pydantic==2.10.4
|
||||||
pylint==3.3.2
|
pylint==3.3.2
|
||||||
pylint-per-file-ignores==1.3.2
|
pylint-per-file-ignores==1.3.2
|
||||||
pipdeptree==2.23.4
|
pipdeptree==2.23.4
|
||||||
|
@ -159,7 +159,7 @@ multidict>=6.0.2
|
|||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# ensure pydantic version does not float since it might have breaking changes
|
# ensure pydantic version does not float since it might have breaking changes
|
||||||
pydantic==2.10.3
|
pydantic==2.10.4
|
||||||
|
|
||||||
# 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