Skip to content

Commit

Permalink
Pin pyasn1 until fixed (#125712)
Browse files Browse the repository at this point in the history
* pin pyasn1 until fixed

* add to gen requirements
  • Loading branch information
hunterjm authored and frenck committed Sep 16, 2024
1 parent d259055 commit 861fcbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,9 @@ tuf>=4.0.0

# https://github.com/jd/tenacity/issues/471
tenacity!=8.4.0

# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
# and tests that import it directly
# https://github.com/pyasn1/pyasn1/pull/60
# https://github.com/lextudio/pysnmp/issues/114
pyasn1==0.6.0
6 changes: 6 additions & 0 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@
# https://github.com/jd/tenacity/issues/471
tenacity!=8.4.0
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
# and tests that import it directly
# https://github.com/pyasn1/pyasn1/pull/60
# https://github.com/lextudio/pysnmp/issues/114
pyasn1==0.6.0
"""

GENERATED_MESSAGE = (
Expand Down

0 comments on commit 861fcbe

Please sign in to comment.