Constrain dacite to at least 1.7.0 (#105709)
This commit is contained in:
parent
370345ce2b
commit
cc18b9a2d8
2 changed files with 8 additions and 0 deletions
|
@ -189,3 +189,7 @@ charset-normalizer==3.2.0
|
|||
# lxml 5.0.0 currently does not build on alpine 3.18
|
||||
# https://bugs.launchpad.net/lxml/+bug/2047718
|
||||
lxml==4.9.4
|
||||
|
||||
# dacite: Ensure we have a version that is able to handle type unions for
|
||||
# Roborock, NAM, Brother, and GIOS.
|
||||
dacite>=1.7.0
|
||||
|
|
|
@ -183,6 +183,10 @@ charset-normalizer==3.2.0
|
|||
# lxml 5.0.0 currently does not build on alpine 3.18
|
||||
# https://bugs.launchpad.net/lxml/+bug/2047718
|
||||
lxml==4.9.4
|
||||
|
||||
# dacite: Ensure we have a version that is able to handle type unions for
|
||||
# Roborock, NAM, Brother, and GIOS.
|
||||
dacite>=1.7.0
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
|
Loading…
Add table
Reference in a new issue