Skip to content

Commit 354d435

Browse files
riconnonauvipy
authored andcommitted
Remove upper bound on cryptography version
Cryptography has adopted a firefox-style versioning system where new feature releases always have new major versions even if they don't have backwards incompatible changes. This means that an upper bound on the dependency does not make sense.
1 parent 5cf4c3d commit 354d435

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyjwt>=2.0.0,<3
22
blinker==1.4
3-
cryptography>=3.0.0,<4
3+
cryptography>=3.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def fread(fn):
1616
return f.read()
1717

1818

19-
rsa_require = ['cryptography>=3.0.0,<4']
20-
signedtoken_require = ['cryptography>=3.0.0,<4', 'pyjwt>=2.0.0,<3']
19+
rsa_require = ['cryptography>=3.0.0']
20+
signedtoken_require = ['cryptography>=3.0.0', 'pyjwt>=2.0.0,<3']
2121
signals_require = ['blinker>=1.4.0']
2222

2323
setup(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy