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

cryptography is pinned to version 1.4 #610

Closed
gregorybodnar opened this issue Jul 8, 2019 · 4 comments
Closed

cryptography is pinned to version 1.4 #610

gregorybodnar opened this issue Jul 8, 2019 · 4 comments
Labels
bug Something isn't working 🔒 Outdated
Milestone

Comments

@gregorybodnar
Copy link
Contributor

I was unable to build and install cryptography==1.4 using libssl-dev 1.1.1 to compile it. I was able to work around this by relaxing the version requirement by specifying cryptography>=1.4, which is using cryptography==2.7.

Is there a reason to use an older version of cryptography? I was able to read and write encrypted journals with 2.7 without issues (so far).

@wren wren added the bug Something isn't working label Jul 8, 2019
@wren wren added this to the v2.0-rc milestone Jul 8, 2019
@wren
Copy link
Member

wren commented Jul 8, 2019

Thanks for the report! There's no reason that I'm aware of to use the old version other than that's what the project was already using. We are planning to go through to update the dependencies soon, but that'll require more work to determine any conflicts. If this is just flatly failing like this, though, we'll have to get this particular one updated sooner.

We don't have the issue templates up, yet (coming soon), but can you please reply with your a few more details so we can keep an eye on similar reports?

What is your:

  • OS version
  • Python version

@gregorybodnar
Copy link
Contributor Author

OS: Linux Mint 19.1
Python: 3.6.8

@maebert
Copy link
Contributor

maebert commented Jul 8, 2019

Fixed in #612

@lock
Copy link

lock bot commented May 21, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the 🔒 Outdated label May 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working 🔒 Outdated
Projects
None yet
Development

No branches or pull requests

3 participants