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 @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Removes ` respx ` dependency from ` fastapi ` install
16
16
- Upgrades ` pip ` and ` setuptools ` in CI runs
17
17
18
- ## [ 0.28.1 ] - 2025-02-17
18
+ ## [ 0.29.0 ] - 2025-02-17
19
19
- Adds option to disable ` tldextract ` HTTP calls by setting ` SUPERTOKENS_TLDEXTRACT_DISABLE_HTTP=1 `
20
20
21
21
## [ 0.28.0]
Original file line number Diff line number Diff line change 82
82
83
83
setup (
84
84
name = "supertokens_python" ,
85
- version = "0.28.1 " ,
85
+ version = "0.29.0 " ,
86
86
author = "SuperTokens" ,
87
87
license = "Apache 2.0" ,
88
88
Original file line number Diff line number Diff line change 15
15
from __future__ import annotations
16
16
17
17
SUPPORTED_CDI_VERSIONS = ["5.2" ]
18
- VERSION = "0.28.1 "
18
+ VERSION = "0.29.0 "
19
19
TELEMETRY = "/telemetry"
20
20
USER_COUNT = "/users/count"
21
21
USER_DELETE = "/user/remove"
You can’t perform that action at this time.
0 commit comments