Skip to content

Commit b9d8d52

Browse files
committed
adding dev-v0.14.7 tag to this commit to ensure building
1 parent 4f0f36a commit b9d8d52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.6&#34;
45+
VERSION = &#34;0.14.7&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/querier.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1 class="title">Module <code>supertokens_python.querier</code></h1>
119119

120120
if api_version is None:
121121
raise_general_exception(
122-
&#34;The running SuperTokens core version is not compatible with this FastAPI &#34;
122+
&#34;The running SuperTokens core version is not compatible with this python &#34;
123123
&#34;SDK. Please visit https://supertokens.io/docs/community/compatibility-table &#34;
124124
&#34;to find the right versions&#34;
125125
)
@@ -372,7 +372,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
372372

373373
if api_version is None:
374374
raise_general_exception(
375-
&#34;The running SuperTokens core version is not compatible with this FastAPI &#34;
375+
&#34;The running SuperTokens core version is not compatible with this python &#34;
376376
&#34;SDK. Please visit https://supertokens.io/docs/community/compatibility-table &#34;
377377
&#34;to find the right versions&#34;
378378
)
@@ -699,7 +699,7 @@ <h3>Methods</h3>
699699

700700
if api_version is None:
701701
raise_general_exception(
702-
&#34;The running SuperTokens core version is not compatible with this FastAPI &#34;
702+
&#34;The running SuperTokens core version is not compatible with this python &#34;
703703
&#34;SDK. Please visit https://supertokens.io/docs/community/compatibility-table &#34;
704704
&#34;to find the right versions&#34;
705705
)

0 commit comments

Comments
 (0)