Skip to content

Update cryptography version upper bound #177

@mkleehammer

Description

@mkleehammer

The requirements for cryptography are cryptography >= 2.1.4, < 4 but that library's versioning was changed changed. They are now upgrading the major version more often so the current version is 35.

I think they've made an unfortunate decision abandoning semver, but it is something we'll have to live with.

I'm using two requirements files, one for production and one for development, both generated by pip-tools. It's important for dev to use the exact versions from the production compilation. Unfortunatly compilation is choosing cryptography 35, but signxml is only in the development file. It cannot currently use v35.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions