Feature acme cryptography 2 (#10245)

redoing https://github.com/certbot/certbot/pull/10174 but lots of
mergecommits and ff wanted; so test in a clean environment
This commit is contained in:
Jonathan Vanasco
2025-04-02 10:53:47 -07:00
committed by GitHub
parent 7a90cdd231
commit dd876a40ed
25 changed files with 176 additions and 504 deletions
+1 -5
View File
@@ -1,5 +1,3 @@
import sys
from setuptools import find_packages
from setuptools import setup
@@ -7,9 +5,7 @@ version = '4.0.0.dev0'
install_requires = [
'cryptography>=43.0.0',
# Josepy 2+ may introduce backward incompatible changes by droping usage of
# deprecated PyOpenSSL APIs.
'josepy>=1.13.0, <2',
'josepy>=2.0.0',
# PyOpenSSL>=25.0.0 is just needed to satisfy mypy right now so this dependency can probably be
# relaxed to >=24.0.0 if needed.
'PyOpenSSL>=25.0.0',