summaryrefslogtreecommitdiff
path: root/postgresqleu/util/versionutil.py
AgeCommit message (Collapse)Author
2025-01-07Fix missing quotes in version checkMagnus Hagander
2025-01-07Move fitz version checks to versionutil.pyMagnus 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-07Support both old and new versions of pyjwtMagnus 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.