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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@ctz When trying to install hpke==0.3.1 alongside cryptography==43.0.0, I'm getting:
The conflict is caused by:
The user requested cryptography==43.0.0
hpke 0.3.1 depends on cryptography<43 and >=42
Can the cryptography dependency be updated to cryptography = "^43" ? It looks like main is already set to 44.0.0, so maybe it makes sense to change the dependency to the minimally supported version instead?
d176298
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctz When trying to install
hpke==0.3.1
alongsidecryptography==43.0.0
, I'm getting:Can the cryptography dependency be updated to
cryptography = "^43"
? It looks likemain
is already set to44.0.0
, so maybe it makes sense to change the dependency to the minimally supported version instead?