Skip to content

Commit

Permalink
deps: pin oscrypto to a git ref (#381)
Browse files Browse the repository at this point in the history
The certvalidator harness is broken on OpenSSL 3+,
per wbond/oscrypto#78.

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Jan 7, 2025
1 parent ebd259d commit c6dcaae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies = [
"pydantic ~= 2.4",
# For the `certvalidator` test harness.
"certvalidator ~= 0.11",
# TODO: Remove pending https://github.com/wbond/oscrypto/issues/78
"oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3",
"cryptography ~= 44.0",
"pyyaml ~= 6.0",
"pyOpenSSL",
Expand Down

0 comments on commit c6dcaae

Please sign in to comment.