1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Update pydantic to 2.12.1 (#154424)

This commit is contained in:
Marc Mueller
2025-10-14 10:37:16 +02:00
committed by GitHub
parent 82f33fbc39
commit 9a28ee5378
3 changed files with 3 additions and 3 deletions
+1 -1
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.12.0
pydantic==2.12.1
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1