File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ unreleased]
1010
11+ ## [ 0.16.6] - 2023-10-24
12+
13+ - Fixed server error in ` sign_in_up ` API
14+ - There was a bug in case where the API was called with just oAuth tokens without passing the ` redirect_uri_info ` .
15+
1116## [ 0.16.5] - 2023-10-23
1217
1318- Relaxed constraint on ` pyJWT ` dependency.
Original file line number Diff line number Diff line change 7070
7171setup (
7272 name = "supertokens_python" ,
73- version = "0.16.5 " ,
73+ version = "0.16.6 " ,
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 = ["3.0" ]
17- VERSION = "0.16.5 "
17+ VERSION = "0.16.6 "
1818TELEMETRY = "/telemetry"
1919USER_COUNT = "/users/count"
2020USER_DELETE = "/user/remove"
You can’t perform that action at this time.
0 commit comments