fix: pin pyopenssl==22.1.0 to resolve upgrade job failure

This commit is contained in:
UsamaSadiq
2022-10-03 11:08:59 +05:00
committed by Usama Sadiq
parent 8ecb39826a
commit 24a019b0b3

View File

@@ -88,3 +88,9 @@ markdown<3.4.0
# pycodestyle==2.9.0 generates false positive error E275.
# Constraint can be removed once the issue https://github.com/PyCQA/pycodestyle/issues/1090 is fixed.
pycodestyle<2.9.0
# pyopenssl>22.0.0 requires cryptography>=38.0 && conflicts with snowflak-connector-python requires cryptography<37
# which causes the requirements upgrade job to fail due to constraint conflict
# This constraint can be removed once https://github.com/snowflakedb/snowflake-connector-python/issues/1259 is resolved
# and snowflake-connector-python>2.8.0 is released.
pyopenssl==22.0.0