File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242from __future__ import annotations
4343
4444SUPPORTED_CDI_VERSIONS = ["2.21"]
45- VERSION = "0.14.6 "
45+ VERSION = "0.14.7 "
4646TELEMETRY = "/telemetry"
4747USER_COUNT = "/users/count"
4848USER_DELETE = "/user/remove"
Original file line number Diff line number Diff 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- "The running SuperTokens core version is not compatible with this FastAPI "
122+ "The running SuperTokens core version is not compatible with this python "
123123 "SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
124124 "to find the right versions"
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- "The running SuperTokens core version is not compatible with this FastAPI "
375+ "The running SuperTokens core version is not compatible with this python "
376376 "SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
377377 "to find the right versions"
378378 )
@@ -699,7 +699,7 @@ <h3>Methods</h3>
699699
700700 if api_version is None:
701701 raise_general_exception(
702- "The running SuperTokens core version is not compatible with this FastAPI "
702+ "The running SuperTokens core version is not compatible with this python "
703703 "SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
704704 "to find the right versions"
705705 )
You can’t perform that action at this time.
0 commit comments