update for py3.8

This commit is contained in:
James Woglom
2026-03-05 18:50:11 -05:00
parent b592f6b464
commit 9094976085
3 changed files with 30 additions and 42 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ install_requires =
requests
requests-oidc
PyJWT
cryptography<46; python_version < "3.9"
cryptography==43.0.1; python_version < "3.9"
cryptography; python_version >= "3.9"
dataclasses-json
cffi