Commit b4e29dd
Cap cryptography dependency to prevent pyOpenSSL/certbot conflicts
Global pip install of sovp pulled cryptography's latest release, which
shadowed the OS-packaged version and broke pyOpenSSL/certbot/josepy on
a server. Bound to the range pyOpenSSL 23.x (Ubuntu 24.04's apt version)
actually supports: >=38.0.0,!=40.0.0,!=40.0.1,<42.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VR8NiENKeZMKUH77KGNkMV1 parent 3eaa4fb commit b4e29dd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments