Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
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
  • Loading branch information
julianz- authored Jan 23, 2024
1 parent d423315 commit c2abfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def find_meta(meta):
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=[
"cryptography>=41.0.3,<42",
"cryptography>=42.0.0",
],
extras_require={
"test": ["flaky", "pretend", "pytest>=3.0.1"],
Expand Down

0 comments on commit c2abfbe

Please sign in to comment.