Skip to content

Commit

Permalink
[package] pin cryptography to < 4
Browse files Browse the repository at this point in the history
The X.509 code has changed significantly and breaks certificate
validation.
  • Loading branch information
jlaine committed Oct 27, 2021
1 parent 2c45c0a commit efc3101
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 @@ -63,7 +63,7 @@
packages=["aioquic", "aioquic.asyncio", "aioquic.h0", "aioquic.h3", "aioquic.quic"],
install_requires=[
"certifi",
"cryptography >= 2.5",
"cryptography >= 2.5, < 4",
'dataclasses; python_version < "3.7"',
"pylsqpack >= 0.3.3, < 0.4.0",
],
Expand Down

0 comments on commit efc3101

Please sign in to comment.