-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: pin pyopenssl to 24.1.0 and cryptography version to >=42.0.8,<43 (
#435) This PR fixes otaclient broken due to pyopenssl releases v24.3.0, which removes the x509 certificate verification APIs. Before we finally drop pyopenssl deps, let's pin it to 24.1.0. Due to pyopenssl also depends on cryptography, we also pin cryptography version within v42.0.x.
- Loading branch information
1 parent
39fa1e0
commit 76fb0f1
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters