mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Add package constraint for pydantic (#72799)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
a6db25219d
commit
133cb7ccef
@ -106,3 +106,7 @@ authlib<1.0
|
|||||||
# Pin backoff for compatibility until most libraries have been updated
|
# Pin backoff for compatibility until most libraries have been updated
|
||||||
# https://github.com/home-assistant/core/pull/70817
|
# https://github.com/home-assistant/core/pull/70817
|
||||||
backoff<2.0
|
backoff<2.0
|
||||||
|
|
||||||
|
# Breaking change in version
|
||||||
|
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||||
|
pydantic!=1.9.1
|
||||||
|
@ -126,6 +126,10 @@ authlib<1.0
|
|||||||
# Pin backoff for compatibility until most libraries have been updated
|
# Pin backoff for compatibility until most libraries have been updated
|
||||||
# https://github.com/home-assistant/core/pull/70817
|
# https://github.com/home-assistant/core/pull/70817
|
||||||
backoff<2.0
|
backoff<2.0
|
||||||
|
|
||||||
|
# Breaking change in version
|
||||||
|
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||||
|
pydantic!=1.9.1
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user