Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatible with cryptography>=41.0.0 #29

Closed
gzm55 opened this issue Jun 2, 2023 · 7 comments
Closed

incompatible with cryptography>=41.0.0 #29

gzm55 opened this issue Jun 2, 2023 · 7 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gzm55
Copy link

gzm55 commented Jun 2, 2023

cryptography 41.0 seems introduce some breaking changes

@scheibling
Copy link
Collaborator

Is that related to the deprecation of DSA? Or anything else apart from that?

Haven't had a chance to look closer at it yet, I'll do that during the weekend

@gzm55
Copy link
Author

gzm55 commented Jun 3, 2023

yes, i met an error about DSA import, then rollback to 40.0 version

@scheibling
Copy link
Collaborator

I'll have a look at that today, thanks for the notice

@scheibling
Copy link
Collaborator

For now, I've locked the dependency for 0.9.3+-versions to cryptography<41, then remove the DSA support in 0.10 to be able to follow newer releases of cryptography

@scheibling scheibling self-assigned this Jun 3, 2023
@scheibling scheibling added the bug Something isn't working label Jun 3, 2023
@scheibling scheibling added this to the 0.10.1 milestone Jun 3, 2023
@scheibling
Copy link
Collaborator

DSA support removed with #31, will be released with 0.10.1

@gzm55
Copy link
Author

gzm55 commented Jun 8, 2023

@scheibling the requirements.txt should limit the cryptography version after 0.10.1

cryptography>=41.0

@scheibling
Copy link
Collaborator

Sorry for the late reply, this is fixed by #34 and will be out with 0.10.2 in a couple of minutes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants