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
Im facing this issue if you can help me, it was working in older version but the problem is, i have to fix vulnerabilities and versions <39.0.1 are impacted:
File "main.py" , line 10, in <module>
from pgpy import PGPKey, PGPMessage
File "/python3.8/site-packages/pgpy/__init__.py", line 4, in <module>
from .pgp import PGPKey
File "/python3.8/site-packages/pgpy/pgp.py", line 27, in <module>
from .constants import CompressionAlgorithm
File "/python3.8/site-packages/pgpy/constants.py", line 23, in <module>
from ._curves import BrainpoolP256R1, BrainpoolP384R1, BrainpoolP512R1, X25519, Ed25519
File "/python3.8/site-packages/pgpy/_curves.py", line 37, in <module>
@utils.register_interface(ec.EllipticCurve)
AttributeError: module 'cryptography.utils' has no attribute 'register_interface'
i just updated the cryptopgraphy to 39.0.1 it was the only library impacted
cryptography==39.0.1
any help is apreciated
The text was updated successfully, but these errors were encountered:
Hi team,
Im facing this issue if you can help me, it was working in older version but the problem is, i have to fix vulnerabilities and versions <39.0.1 are impacted:
i just updated the cryptopgraphy to 39.0.1 it was the only library impacted
cryptography==39.0.1
any help is apreciated
The text was updated successfully, but these errors were encountered: