mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Update pydantic to 2.13.1 (#168311)
This commit is contained in:
@@ -134,7 +134,7 @@ backoff>=2.0
|
||||
Brotli>=1.2.0
|
||||
|
||||
# ensure pydantic version does not float since it might have breaking changes
|
||||
pydantic==2.13.0
|
||||
pydantic==2.13.1
|
||||
|
||||
# Required for Python 3.14.0 compatibility (#119223).
|
||||
mashumaro>=3.17.0
|
||||
|
||||
@@ -16,7 +16,7 @@ license-expression==30.4.3
|
||||
mock-open==1.4.0
|
||||
mypy==1.20.1
|
||||
prek==0.2.28
|
||||
pydantic==2.13.0
|
||||
pydantic==2.13.1
|
||||
pylint==4.0.5
|
||||
pylint-per-file-ignores==3.2.1
|
||||
pipdeptree==2.26.1
|
||||
|
||||
@@ -124,7 +124,7 @@ backoff>=2.0
|
||||
Brotli>=1.2.0
|
||||
|
||||
# ensure pydantic version does not float since it might have breaking changes
|
||||
pydantic==2.13.0
|
||||
pydantic==2.13.1
|
||||
|
||||
# Required for Python 3.14.0 compatibility (#119223).
|
||||
mashumaro>=3.17.0
|
||||
|
||||
Reference in New Issue
Block a user