Skip to content

Commit 253e666

Browse files
CI: avoid bad combination of pyopenssl and cryptography versions
1 parent a4fc97e commit 253e666

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

ci/deps/actions-310.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dependencies:
5656
- xlrd>=2.0.1
5757
- xlsxwriter>=3.0.5
5858
- zstandard>=0.19.0
59+
# TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl
60+
- pyopenssl>=23.2.0
5961

6062
- pip:
6163
- adbc-driver-postgresql>=0.10.0

ci/deps/actions-311.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dependencies:
5656
- xlrd>=2.0.1
5757
- xlsxwriter>=3.0.5
5858
- zstandard>=0.19.0
59+
# TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl
60+
- pyopenssl>=23.2.0
5961

6062
- pip:
6163
- adbc-driver-postgresql>=0.10.0

ci/deps/actions-312.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dependencies:
5656
- xlrd>=2.0.1
5757
- xlsxwriter>=3.0.5
5858
- zstandard>=0.19.0
59+
# TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl
60+
- pyopenssl>=23.2.0
5961

6062
- pip:
6163
- adbc-driver-postgresql>=0.10.0

0 commit comments

Comments
 (0)