Skip to content

Commit

Permalink
(actions) update PR references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 14, 2024
1 parent 789363c commit 3d10dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.d/20240906_114155_sirosen_move_serializable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Added

- ``globus_sdk.exc.ValidationError`` is a new error type used by the SDK for
certain cases of ``ValueError``\s which are caused by invalid content. It can
also be accessed as ``globus_sdk.ValidationError``. (:pr:`NUMBER`)
also be accessed as ``globus_sdk.ValidationError``. (:pr:`1044`)

Changed
~~~~~~~

- Imports of ``globus_sdk.exc`` now defer importing ``requests`` so as to
reduce import-time performance impact the library is not needed. (:pr:`NUMBER`)
reduce import-time performance impact the library is not needed. (:pr:`1044`)

The following error classes are now lazily loaded even when
``globus_sdk.exc`` is imported:
Expand Down

0 comments on commit 3d10dca

Please sign in to comment.