mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Remove temporary pint constraint (#130070)
This commit is contained in:
parent
a3b0909e3f
commit
8cae8edc55
@ -192,8 +192,3 @@ tenacity!=8.4.0
|
||||
# 5.0.0 breaks Timeout as a context manager
|
||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||
async-timeout==4.0.3
|
||||
|
||||
# latest pint 0.24.3 is not yet compatible with flexparser 0.4
|
||||
# https://github.com/hgrecco/pint/issues/1969
|
||||
flexparser==0.3.1
|
||||
pint==0.24.3
|
||||
|
@ -207,11 +207,6 @@ tenacity!=8.4.0
|
||||
# 5.0.0 breaks Timeout as a context manager
|
||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||
async-timeout==4.0.3
|
||||
|
||||
# latest pint 0.24.3 is not yet compatible with flexparser 0.4
|
||||
# https://github.com/hgrecco/pint/issues/1969
|
||||
flexparser==0.3.1
|
||||
pint==0.24.3
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user