1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-14 20:41:24 +01:00

Update pydantic pin to 2.13.0 (#168103)

This commit is contained in:
Marc Mueller
2026-04-13 14:53:27 +02:00
committed by GitHub
parent 10780adb6e
commit 667002ddfa
4 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -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.12.2
pydantic==2.13.0
# Required for Python 3.14.0 compatibility (#119223).
mashumaro>=3.17.0
-10
View File
@@ -584,16 +584,6 @@ filterwarnings = [
"ignore:telnetlib was removed in Python 3.13.*'standard-telnetlib':DeprecationWarning:ndms2_client.connection",
"ignore:telnetlib was removed in Python 3.13.*'standard-telnetlib':DeprecationWarning:pyws66i",
# -- Pydantic V1 models
# https://github.com/madpilot/amberelectric.py - v2.0.12 - 2024-11-19
"ignore:Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater:UserWarning:amberelectric.api.amber_api",
# https://github.com/elevenlabs/elevenlabs-python - v2.18.0 - 2024-10-14
"ignore:Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater:UserWarning:elevenlabs.core.pydantic_utilities",
# https://github.com/Lektrico/lektricowifi - v0.1 - 2025-05-19
"ignore:Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater:UserWarning:lektricowifi.models",
# https://github.com/sstallion/sensorpush-api - v2.1.3 - 2025-06-10
"ignore:Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater:UserWarning:sensorpush_api.api.api_api",
# -- New in Python 3.14
# https://github.com/litl/backoff/pull/220 - v2.2.1 - 2022-10-05 (archived)
"ignore:'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16:DeprecationWarning:(backoff._decorator|backoff._async)",
+1 -1
View File
@@ -16,7 +16,7 @@ license-expression==30.4.3
mock-open==1.4.0
mypy==1.20.1
prek==0.2.28
pydantic==2.12.2
pydantic==2.13.0
pylint==4.0.5
pylint-per-file-ignores==1.4.0
pipdeptree==2.26.1
+1 -1
View File
@@ -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.12.2
pydantic==2.13.0
# Required for Python 3.14.0 compatibility (#119223).
mashumaro>=3.17.0