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 7070
7171setup (
7272 name = "supertokens_python" ,
73- version = "0.14.6 " ,
73+ version = "0.14.7 " ,
7474 author = "SuperTokens" ,
7575 license = "Apache 2.0" ,
7676
Original file line number Diff line number Diff line change 1414from __future__ import annotations
1515
1616SUPPORTED_CDI_VERSIONS = ["2.21" ]
17- VERSION = "0.14.6 "
17+ VERSION = "0.14.7 "
1818TELEMETRY = "/telemetry"
1919USER_COUNT = "/users/count"
2020USER_DELETE = "/user/remove"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments