diff --git a/changelog.d/20251219_112556_kurtmckee_tunnel_type_annotations.rst b/changelog.d/20251219_112556_kurtmckee_tunnel_type_annotations.rst deleted file mode 100644 index 191242ee3..000000000 --- a/changelog.d/20251219_112556_kurtmckee_tunnel_type_annotations.rst +++ /dev/null @@ -1,4 +0,0 @@ -Development ------------ - -- Update the Streams-related type annotations to accept UUIDs. (:pr:`1353`) diff --git a/changelog.d/20260106_193940_sirosen_fix_typing_strictness_bug.rst b/changelog.d/20260106_193940_sirosen_fix_typing_strictness_bug.rst deleted file mode 100644 index c23027541..000000000 --- a/changelog.d/20260106_193940_sirosen_fix_typing_strictness_bug.rst +++ /dev/null @@ -1,6 +0,0 @@ -Fixed ------ - -- The type of ``scope_requirements`` in the init signature for ``ClientApp`` - has been expanded to ``typing.Mapping`` to match other locations where a - ``scope_requirements`` mapping is accepted. diff --git a/changelog.rst b/changelog.rst index 5613487df..f13ebcaff 100644 --- a/changelog.rst +++ b/changelog.rst @@ -12,6 +12,23 @@ to a major new version of the SDK. .. scriv-insert-here +.. _changelog-4.3.1: + +v4.3.1 (2026-01-14) +=================== + +Fixed +----- + +- The type of ``scope_requirements`` in the init signature for ``ClientApp`` + has been expanded to ``typing.Mapping`` to match other locations where a + ``scope_requirements`` mapping is accepted. (:pr:`1360`) + +Development +----------- + +- Update the Streams-related type annotations to accept UUIDs. (:pr:`1353`) + .. _changelog-4.3.0: v4.3.0 (2025-12-17) diff --git a/pyproject.toml b/pyproject.toml index a8ec14af3..9d8aa4240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "globus-sdk" -version = "4.3.0" +version = "4.3.1" authors = [ { name = "Globus Team", email = "support@globus.org" }, ]