File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
71
71
setup (
72
72
name = "supertokens_python" ,
73
- version = "0.14.6 " ,
73
+ version = "0.14.7 " ,
74
74
author = "SuperTokens" ,
75
75
license = "Apache 2.0" ,
76
76
Original file line number Diff line number Diff line change 14
14
from __future__ import annotations
15
15
16
16
SUPPORTED_CDI_VERSIONS = ["2.21" ]
17
- VERSION = "0.14.6 "
17
+ VERSION = "0.14.7 "
18
18
TELEMETRY = "/telemetry"
19
19
USER_COUNT = "/users/count"
20
20
USER_DELETE = "/user/remove"
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ async def f(url: str) -> Response:
91
91
92
92
if api_version is None :
93
93
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 "
95
95
"SDK. Please visit https://supertokens.io/docs/community/compatibility-table "
96
96
"to find the right versions"
97
97
)
You can’t perform that action at this time.
0 commit comments