1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00

Update pydantic to 2.11.9 (#152213)

This commit is contained in:
Marc Mueller
2025-09-13 16:17:49 +02:00
committed by GitHub
parent b87e581cde
commit 3690497e1f
3 changed files with 3 additions and 3 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.7
pydantic==2.11.9
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1