Pin pyasn1 until fixed (#125712)

* pin pyasn1 until fixed

* add to gen requirements
This commit is contained in:
Jason Hunter 2024-09-11 03:35:05 -04:00 committed by Franck Nijhof
parent d259055af0
commit 861fcbe598
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 12 additions and 0 deletions

View File

@ -185,3 +185,9 @@ tuf>=4.0.0
# https://github.com/jd/tenacity/issues/471 # https://github.com/jd/tenacity/issues/471
tenacity!=8.4.0 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

View File

@ -206,6 +206,12 @@ tuf>=4.0.0
# https://github.com/jd/tenacity/issues/471 # https://github.com/jd/tenacity/issues/471
tenacity!=8.4.0 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 = ( GENERATED_MESSAGE = (