Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps globus-sdk from 1.6.1 to 4.3.0.

Release notes

Sourced from globus-sdk's releases.

v4.3.0

Added

  • Added support to the TransferClient for the Streams API (#1351)

    • CreateTunnelData is a payload builder for tunnel creation documents
    • TransferClient.create_tunnel() supports tunnel creation
    • TransferClient.update_tunnel() supports updates to a tunnel
    • TransferClient.get_tunnel() fetches a tunnel by ID
    • TransferClient.delete_tunnel() deletes a tunnel
    • TransferClient.list_tunnels() fetches all of the current user's tunnels
    • TransferClient.get_stream_access_point() fetches a Stream Access Point by ID

v4.2.0

Python Support

  • Add support for Python 3.14. (#1340)

  • Remove support for Python 3.8. (#1341)

Added

  • GlobusApp and SDK client classes now support usage as context managers, and feature a new close() method to close internal resources. close() is automatically called on exit. (#1326)

    • In support of this, token storages now all feature a close() method, which does nothing in the default implementation. Previously, only storages with underlying resources to manage featured a close() method.

    • GlobusApp will close any token storage via close() if the token storage was created by the app on init. Explicitly created storages will not be closed and must be explicitly closed via their close() method.

    • Any class inheriting from BaseClient features close(), which will close any transport object created during client construction.

    • Transports which are created explicitly will not be closed by their clients, and must be explicitly closed.

  • Add TimersClient.add_app_flow_user_scope for TimersClient instances which are integrated with GlobusApp. This method registers the specific flow user scope dependency needed for a flow timer. (#1333)

  • Added automatic Globus Auth Requirements Error (GARE) redriving to GlobusApp (#1339).

    • More details available at globus_app_gare_integration
    • This feature is disabled by default but can be turned on by setting auto_retry_gares=True in a GlobusAppConfig.

Fixed

  • Fixed a resource leak in which a GlobusApp would create internal client objects and never close the associated transports. (#1326)

Development

  • Added a new make install recipe.

v4.1.0

Added

... (truncated)

Changelog

Sourced from globus-sdk's changelog.

v4.3.0 (2025-12-17)

Added

  • Added support to the TransferClient for the Streams API (:pr:1351)

    • CreateTunnelData is a payload builder for tunnel creation documents
    • TransferClient.create_tunnel() supports tunnel creation
    • TransferClient.update_tunnel() supports updates to a tunnel
    • TransferClient.get_tunnel() fetches a tunnel by ID
    • TransferClient.delete_tunnel() deletes a tunnel
    • TransferClient.list_tunnels() fetches all of the current user's tunnels
    • TransferClient.get_stream_access_point() fetches a Stream Access Point by ID

.. _changelog-4.2.0:

v4.2.0 (2025-12-03)

Python Support

  • Add support for Python 3.14. (:pr:1340)

  • Remove support for Python 3.8. (:pr:1341)

Added

  • GlobusApp and SDK client classes now support usage as context managers, and feature a new close() method to close internal resources. close() is automatically called on exit. (:pr:1326)

    • In support of this, token storages now all feature a close() method, which does nothing in the default implementation. Previously, only storages with underlying resources to manage featured a close() method.

    • GlobusApp will close any token storage via close() if the token storage was created by the app on init. Explicitly created storages will not be closed and must be explicitly closed via their close() method.

    • Any class inheriting from BaseClient features close(), which will close any transport object created during client construction.

    • Transports which are created explicitly will not be closed by their clients, and must be explicitly closed.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [globus-sdk](https://github.com/globus/globus-sdk-python) from 1.6.1 to 4.3.0.
- [Release notes](https://github.com/globus/globus-sdk-python/releases)
- [Changelog](https://github.com/globus/globus-sdk-python/blob/main/changelog.rst)
- [Commits](globus/globus-sdk-python@1.6.1...4.3.0)

---
updated-dependencies:
- dependency-name: globus-sdk
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant