@@ -643,14 +643,14 @@ Added
643643 ``scope `` parameter as a string or iterable of strings. (:pr: `965 `)
644644
645645- Moved scope parsing out of experimental. The ``Scope `` construct is now importable from
646- the top level `globus_sdk ` module. (:pr: `966 `)
646+ the top level `` globus_sdk ` ` module. (:pr: `966 `)
647647
648648- Support updating subscriptions assigned to flows in the Flows service. (:pr: `974 `)
649649
650650Development
651651~~~~~~~~~~~
652652
653- - Fix concurrency problems in the test suite caused by isort's `.isorted ` temporary files. (:pr: `973 `)
653+ - Fix concurrency problems in the test suite caused by isort's `` .isorted ` ` temporary files. (:pr: `973 `)
654654
655655.. _changelog-3.39.0 :
656656
@@ -726,8 +726,8 @@ v3.35.0 (2024-01-29)
726726Added
727727~~~~~
728728
729- - Added a `session_required_mfa ` parameter to the `AuthorizationParameterInfo ` error
730- info object and `oauth2_get_authorize_url ` method (:pr: `939 `)
729+ - Added a `` session_required_mfa `` parameter to the `` AuthorizationParameterInfo ` ` error
730+ info object and `` oauth2_get_authorize_url ` ` method (:pr: `939 `)
731731
732732Changed
733733~~~~~~~
@@ -745,7 +745,7 @@ Deprecated
745745Fixed
746746~~~~~
747747
748- - Included documentation in `AuthorizationParameterInfo ` for `session_required_policies `
748+ - Included documentation in `` AuthorizationParameterInfo `` for `` session_required_policies ` `
749749 (:pr: `939 `)
750750
751751.. _changelog-3.34.0 :
@@ -1415,7 +1415,7 @@ Fixed
14151415 with a usage error instead of being translated into the default set of
14161416 ``requested_scopes ``
14171417
1418- * Fix the type annotation for `max_sleep ` on client transports to allow `float `
1418+ * Fix the type annotation for `` max_sleep `` on client transports to allow `` float ` `
14191419 values (:pr: `697 `)
14201420
14211421.. _changelog-3.17.0 :
@@ -2063,10 +2063,10 @@ Added
20632063
20642064* Add ``iter_items `` as a method on ``TransferData `` and ``DeleteData `` (:pr: `488 `)
20652065
2066- * Add the `resource_server ` property to client classes and objects. For example,
2067- `TransferClient.resource_server ` and `GroupsClient().resource_server ` are now usable
2068- to get the resource server string for the relevant services. `resource_server ` is
2069- documented as part of `globus_sdk.BaseClient ` and may be `None `. (:pr: `489 `)
2066+ * Add the `` resource_server ` ` property to client classes and objects. For example,
2067+ `` TransferClient.resource_server `` and `` GroupsClient().resource_server ` ` are now usable
2068+ to get the resource server string for the relevant services. `` resource_server ` ` is
2069+ documented as part of `` globus_sdk.BaseClient `` and may be `` None ` `. (:pr: `489 `)
20702070
20712071* The implementation of several properties of ``GlobusHTTPResponse `` has
20722072 changed (:pr: `497 `)
@@ -2106,10 +2106,10 @@ Added
21062106Changed
21072107~~~~~~~
21082108
2109- * Adjust package metadata for `cryptography ` dependency, specifying
2110- `cryptography>=3.3.1 ` and no upper bound. This is meant to help mitigate
2111- issues in which an older `cryptography ` version is installed gets used in
2112- spite of it being incompatible with `pyjwt[crypto]>=2.0 ` (:pr: `486 `)
2109+ * Adjust package metadata for `` cryptography ` ` dependency, specifying
2110+ `` cryptography>=3.3.1 ` ` and no upper bound. This is meant to help mitigate
2111+ issues in which an older `` cryptography ` ` version is installed gets used in
2112+ spite of it being incompatible with `` pyjwt[crypto]>=2.0 ` ` (:pr: `486 `)
21132113
21142114.. _changelog-3.0.3 :
21152115
0 commit comments