Skip to content

Commit

Permalink
Need new version of cryptography that recognizes SSL_MODE_ACCEPT_MOVI…
Browse files Browse the repository at this point in the history
…NG_WRITE_BUFFER

In order to fix issue described here cherrypy/cheroot#245, we need to use this constant that was removed from https://github.com/pyca/cryptography but now restored
  • Loading branch information
julianz- authored Aug 18, 2023
1 parent dda7525 commit d42a1e3
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.0,<42",
"cryptography>=41.0.3,<42",
],
extras_require={
"test": ["flaky", "pretend", "pytest>=3.0.1"],
Expand Down

0 comments on commit d42a1e3

Please sign in to comment.