File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 75
75
'requests>=2.0.0,<3' ,
76
76
'PyJWT[crypto]>=1.0.0,<3' ,
77
77
78
- 'cryptography>=0.6,<4 ' ,
78
+ 'cryptography>=0.6,<38 ' ,
79
79
# load_pem_private_key() is available since 0.6
80
80
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#06---2014-09-29
81
81
#
82
- # Not sure what should be used as an upper bound here
83
- # https://github.com/pyca/cryptography/issues/5532
84
- # We will go with "<4" for now, which is also what our another dependency,
85
- # pyjwt, currently use.
82
+ # And we will use the cryptography (X+3).0.0 as the upper bound,
83
+ # based on their latest deprecation policy
84
+ # https://cryptography.io/en/latest/api-stability/#deprecation
86
85
87
86
"mock;python_version<'3.3'" ,
88
87
]
You can’t perform that action at this time.
0 commit comments