Skip to content

Commit db32365

Browse files
committed
adding dev-v0.14.5 tag to this commit to ensure building
1 parent 45dba05 commit db32365

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242
from __future__ import annotations
4343

4444
SUPPORTED_CDI_VERSIONS = [&#34;2.21&#34;]
45-
VERSION = &#34;0.14.4&#34;
45+
VERSION = &#34;0.14.5&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/thirdparty/providers/apple.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdparty.providers.ap
4444
from re import sub
4545
from time import time
4646
from typing import TYPE_CHECKING, Any, Callable, Dict, List, Union
47-
48-
from cryptography.hazmat.primitives.asymmetric.rsa import RSAPublicKey
4947
from httpx import AsyncClient
5048
from jwt import decode, encode
49+
50+
# You must have cryptography library installed for these imports to work:
5151
from jwt.algorithms import RSAAlgorithm
52+
from cryptography.hazmat.primitives.asymmetric.rsa import RSAPublicKey
53+
5254
from supertokens_python.recipe.thirdparty.api.implementation import (
5355
get_actual_client_id_from_development_client_id,
5456
)

0 commit comments

Comments
 (0)