We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609a086 commit a87736eCopy full SHA for a87736e
launchkey/__init__.py
@@ -1,5 +1,5 @@
1
"""LaunchKey Service SDK module"""
2
-SDK_VERSION = '3.8.1-rc.2'
+SDK_VERSION = '3.8.1'
3
LAUNCHKEY_PRODUCTION = "https://api.launchkey.com"
4
VALID_JWT_ISSUER_LIST = ["svc", "dir", "org"]
5
JOSE_SUPPORTED_JWE_ALGS = ['RSA-OAEP']
0 commit comments