Skip to content

Commit cd6cad8

Browse files
author
FusionAuth Automation
committed
sync from monorepo 4104cdbf0ffe
1 parent 9663760 commit cd6cad8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* language governing permissions and limitations under the License.
1515
*/
1616

17-
project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.64.0", licenses: ["ApacheV2_0"]) {
17+
project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.65.0", licenses: ["ApacheV2_0"]) {
1818
workflow {
1919
fetch {
2020
cache()

setup.py

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

66
setup(
77
name="fusionauth-client",
8-
version="1.64.0",
8+
version="1.65.0",
99
author="FusionAuth",
1010
author_email="dev@fusionauth.io",
1111
description="A client library for FusionAuth",

src/main/python/fusionauth/fusionauth_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,6 +1916,7 @@ def introspect_access_token_with_request(self, request):
19161916
"client_id": request.client_id,
19171917
"tenantId": request.tenantId,
19181918
"token": request.token,
1919+
"token_type_hint": request.token_type_hint,
19191920
}
19201921
return self.start_anonymous().uri('/oauth2/introspect') \
19211922
.body_handler(FormDataBodyHandler(body)) \

0 commit comments

Comments
 (0)