Skip to content

Commit c2abfbe

Browse files
authored
Update setup.py
Need v42.0.0 or later of Cryptography as this restored the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER constant which is required for possible fix per cherrypy/cheroot#245
1 parent d423315 commit c2abfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def find_meta(meta):
9696
packages=find_packages(where="src"),
9797
package_dir={"": "src"},
9898
install_requires=[
99-
"cryptography>=41.0.3,<42",
99+
"cryptography>=42.0.0",
100100
],
101101
extras_require={
102102
"test": ["flaky", "pretend", "pytest>=3.0.1"],

0 commit comments

Comments
 (0)