1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update pydantic to 2.12.0 (#153937)

This commit is contained in:
Marc Mueller
2025-10-07 18:50:40 +02:00
committed by GitHub
parent 00c189844f
commit 8e115d4685
4 changed files with 4 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ multidict>=6.0.2
backoff>=2.0
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.11.9
pydantic==2.12.0
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1