Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-07 | Fix missing quotes in version check | Magnus Hagander | |
2025-01-07 | Move fitz version checks to versionutil.py | Magnus Hagander | |
Move the backwards-compatibility checks for fitz over to this new file as well, instead of having them spread out through the code. | |||
2025-01-07 | Support both old and new versions of pyjwt | Magnus Hagander | |
Pyjwt 2.0 made some incompatible changes in how a signature is verified, so we need to support both the old and the new one. For cleanliness, create a util/versionutil.py that wraps these version specific things. There are clearly more. |