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>
42
42
from __future__ import annotations
43
43
44
44
SUPPORTED_CDI_VERSIONS = ["2.21"]
45
- VERSION = "0.14.6 "
45
+ VERSION = "0.14.7 "
46
46
TELEMETRY = "/telemetry"
47
47
USER_COUNT = "/users/count"
48
48
USER_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>
119
119
120
120
if api_version is None:
121
121
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 "
123
123
"SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
124
124
"to find the right versions"
125
125
)
@@ -372,7 +372,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
372
372
373
373
if api_version is None:
374
374
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 "
376
376
"SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
377
377
"to find the right versions"
378
378
)
@@ -699,7 +699,7 @@ <h3>Methods</h3>
699
699
700
700
if api_version is None:
701
701
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 "
703
703
"SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
704
704
"to find the right versions"
705
705
)
You can’t perform that action at this time.
0 commit comments