You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E cryptography.utils.CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class. Did you pass a class by mistake? This will be an exception in a future version of cryptography.
As I try to get rid of DeprecationWarnings preemptively, I asked myself if there is the intention to change the behaviour in cryptojwt soon and how I could help with that. I already upgraded to the newest release cryptojwt = 1.9.0, but the warning is still there.
The text was updated successfully, but these errors were encountered:
I use
cryptojwt = 1.8.3
andcryptography = 42.0.5
and I get the followingDeprecationWarning
:E cryptography.utils.CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class. Did you pass a class by mistake? This will be an exception in a future version of cryptography.
As I try to get rid of
DeprecationWarnings
preemptively, I asked myself if there is the intention to change the behaviour incryptojwt
soon and how I could help with that. I already upgraded to the newest releasecryptojwt = 1.9.0
, but the warning is still there.The text was updated successfully, but these errors were encountered: