v3.17.0
-
Remove support for python3.6 (#681)
-
Fix a typo in
TransferClient.endpoint_manager_task_successful_transfers
which prevented calls from being made correctly (#683) -
Make
MutableScope.scope_string
a public instance attribute (was_scope_string
) (#687) -
MutableScope
objects can now be used in theoauth2_start_flow
andoauth2_client_credentials_tokens
methods ofAuthClient
classes as part ofrequested_scopes
(#689) -
Globus Groups methods which required enums as arguments now also accept a variety of
Literal
strings in their annotations as well. This is coupled with changes to ensure that strings and enums are always serialized correctly in these cases. (#691)