Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If that combination is wrong we should do a repo data patch to fix it. I'll investigate this on the conda-forge side.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. In fact two! conda-forge/conda-forge-repodata-patches-feedstock#918 was just merged and hopefully you don't need this work around.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for merging that!

- pyopenssl>=23.2.0

- pip:
- adbc-driver-postgresql>=0.10.0
Expand Down
2 changes: 2 additions & 0 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading