From 253e66638f5c526192a28c37a0df6470a15c5d3e Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 1 Dec 2024 14:31:34 +0100 Subject: [PATCH 1/2] CI: avoid bad combination of pyopenssl and cryptography versions --- ci/deps/actions-310.yaml | 2 ++ ci/deps/actions-311.yaml | 2 ++ ci/deps/actions-312.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index 74cab4e0970dc..0ba4b6ca504db 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -56,6 +56,8 @@ dependencies: - xlrd>=2.0.1 - xlsxwriter>=3.0.5 - zstandard>=0.19.0 + # TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl + - pyopenssl>=23.2.0 - pip: - adbc-driver-postgresql>=0.10.0 diff --git a/ci/deps/actions-311.yaml b/ci/deps/actions-311.yaml index b6f515dceaea9..388e5d6b524d3 100644 --- a/ci/deps/actions-311.yaml +++ b/ci/deps/actions-311.yaml @@ -56,6 +56,8 @@ dependencies: - xlrd>=2.0.1 - xlsxwriter>=3.0.5 - zstandard>=0.19.0 + # TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl + - pyopenssl>=23.2.0 - pip: - adbc-driver-postgresql>=0.10.0 diff --git a/ci/deps/actions-312.yaml b/ci/deps/actions-312.yaml index bc66f8a5382c9..c1261e968aea7 100644 --- a/ci/deps/actions-312.yaml +++ b/ci/deps/actions-312.yaml @@ -56,6 +56,8 @@ dependencies: - xlrd>=2.0.1 - xlsxwriter>=3.0.5 - zstandard>=0.19.0 + # TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl + - pyopenssl>=23.2.0 - pip: - adbc-driver-postgresql>=0.10.0 From 95b3c0b353342022f9f5b58c3fdc76807ed3744f Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 3 Dec 2024 09:11:04 +0100 Subject: [PATCH 2/2] add to arm as well --- ci/deps/circle-311-arm64.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/deps/circle-311-arm64.yaml b/ci/deps/circle-311-arm64.yaml index 3f09e27d0fe4b..6943a6fad945c 100644 --- a/ci/deps/circle-311-arm64.yaml +++ b/ci/deps/circle-311-arm64.yaml @@ -56,6 +56,9 @@ dependencies: - xlrd>=2.0.1 - xlsxwriter>=3.0.5 - zstandard>=0.19.0 + # TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl + - pyopenssl>=23.2.0 + - pip: - adbc-driver-postgresql>=0.8.0 - adbc-driver-sqlite>=0.8.0