mirror of
https://github.com/home-assistant/core.git
synced 2025-05-16 20:09:14 +00:00
Add package constraint for pydantic (#72799)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
354149e43c
commit
1274448de1
@ -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
|
||||
|
@ -122,6 +122,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…
x
Reference in New Issue
Block a user