Skip to content

Commit

Permalink
Remove temporary pint constraint (home-assistant#130070)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Nov 7, 2024
1 parent a3b0909 commit 8cae8ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@
# 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 = (
Expand Down

0 comments on commit 8cae8ed

Please sign in to comment.