mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Require pydantic 1.10.8 or higher (#94208)
* Requied pydantic 1.10.9 or higher * Simplify constraint to 2.0 * Drop constraint by one patch release to 1.10.8 or higher * Add package constraints to gen requirements script
This commit is contained in:
parent
99ee4e8a42
commit
52ba58c782
@ -128,9 +128,8 @@ authlib<1.0
|
|||||||
# Version 2.0 added typing, prevent accidental fallbacks
|
# Version 2.0 added typing, prevent accidental fallbacks
|
||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# Breaking change in version
|
# Require to avoid issues with decorators (#93904). v2 has breaking changes.
|
||||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
pydantic>=1.10.8,<2.0
|
||||||
pydantic!=1.9.1
|
|
||||||
|
|
||||||
# Breaks asyncio
|
# Breaks asyncio
|
||||||
# https://github.com/pubnub/python/issues/130
|
# https://github.com/pubnub/python/issues/130
|
||||||
|
@ -132,9 +132,8 @@ authlib<1.0
|
|||||||
# Version 2.0 added typing, prevent accidental fallbacks
|
# Version 2.0 added typing, prevent accidental fallbacks
|
||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# Breaking change in version
|
# Require to avoid issues with decorators (#93904). v2 has breaking changes.
|
||||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
pydantic>=1.10.8,<2.0
|
||||||
pydantic!=1.9.1
|
|
||||||
|
|
||||||
# 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