-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
I added a comment in #452 but figured it's better to open a new discussion.
Is there a reason (compatibility wise) to lock the version bounds for cryptography requirement? If flask-jwt-extended works with older versions of cryptography it would be ideal to support that option. Unnecessarily locking requirement bounds makes it difficult to package downstream where a given distribution might have an older version of cryptography.
Having the version locked like this conveys that you "need" cryptography>={some_version} for flask-jwt-extended to work but based on the commit history it doesn't seem like this is actually the case.
In reference to https://github.com/vimalloc/flask-jwt-extended/blob/master/setup.py#L33
Metadata
Metadata
Assignees
Labels
No labels