Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

17 changes: 17 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
]
Expand Down