Skip to content

Commit 4f0f36a

Browse files
committed
error message change
1 parent e15f889 commit 4f0f36a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="supertokens_python",
73-
version="0.14.6",
73+
version="0.14.7",
7474
author="SuperTokens",
7575
license="Apache 2.0",
7676
author_email="[email protected]",

supertokens_python/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from __future__ import annotations
1515

1616
SUPPORTED_CDI_VERSIONS = ["2.21"]
17-
VERSION = "0.14.6"
17+
VERSION = "0.14.7"
1818
TELEMETRY = "/telemetry"
1919
USER_COUNT = "/users/count"
2020
USER_DELETE = "/user/remove"

supertokens_python/querier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def f(url: str) -> Response:
9191

9292
if api_version is None:
9393
raise_general_exception(
94-
"The running SuperTokens core version is not compatible with this FastAPI "
94+
"The running SuperTokens core version is not compatible with this python "
9595
"SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
9696
"to find the right versions"
9797
)

0 commit comments

Comments
 (0)