From 24a019b0b3380e6ccb9761c218d7c222eafcb9e4 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 3 Oct 2022 11:08:59 +0500 Subject: [PATCH] fix: pin pyopenssl==22.1.0 to resolve upgrade job failure --- requirements/constraints.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index e69f46bc47..11696d07c0 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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