Add package constraint for pydantic (#72799)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
a6db25219d
commit
133cb7ccef
2 changed files with 8 additions and 0 deletions
|
@ -106,3 +106,7 @@ authlib<1.0
|
|||
# Pin backoff for compatibility until most libraries have been updated
|
||||
# https://github.com/home-assistant/core/pull/70817
|
||||
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
|
||||
# https://github.com/home-assistant/core/pull/70817
|
||||
backoff<2.0
|
||||
|
||||
# Breaking change in version
|
||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||
pydantic!=1.9.1
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
|
Loading…
Add table
Reference in a new issue