mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Pin pydantic to 1.10.12 (#101044)
This commit is contained in:
parent
3b381f10d3
commit
f255a0e546
@ -126,8 +126,9 @@ multidict>=6.0.2
|
|||||||
# Version 2.0 added typing, prevent accidental fallbacks
|
# Version 2.0 added typing, prevent accidental fallbacks
|
||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# Require to avoid issues with decorators (#93904). v2 has breaking changes.
|
# Required to avoid breaking (#101042).
|
||||||
pydantic>=1.10.8,<2.0
|
# v2 has breaking changes (#99218).
|
||||||
|
pydantic==1.10.12
|
||||||
|
|
||||||
# Breaks asyncio
|
# Breaks asyncio
|
||||||
# https://github.com/pubnub/python/issues/130
|
# https://github.com/pubnub/python/issues/130
|
||||||
|
@ -128,8 +128,9 @@ multidict>=6.0.2
|
|||||||
# Version 2.0 added typing, prevent accidental fallbacks
|
# Version 2.0 added typing, prevent accidental fallbacks
|
||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# Require to avoid issues with decorators (#93904). v2 has breaking changes.
|
# Required to avoid breaking (#101042).
|
||||||
pydantic>=1.10.8,<2.0
|
# v2 has breaking changes (#99218).
|
||||||
|
pydantic==1.10.12
|
||||||
|
|
||||||
# Breaks asyncio
|
# Breaks asyncio
|
||||||
# https://github.com/pubnub/python/issues/130
|
# https://github.com/pubnub/python/issues/130
|
||||||
|
Loading…
x
Reference in New Issue
Block a user