Skip to content

Bump globus-sdk from 1.6.1 to 4.4.1#299

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/globus-sdk-4.4.1
Open

Bump globus-sdk from 1.6.1 to 4.4.1#299
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/globus-sdk-4.4.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps globus-sdk from 1.6.1 to 4.4.1.

Release notes

Sourced from globus-sdk's releases.

v4.4.1

Fixed

  • Fixed a bug in globus_sdk.TransferData which failed to convert deadline to a string when a datetime.datetime object is given. (#1372)

v4.4.0

Added

  • Added TransferClient.get_tunnel_events(), which fetches the events associated with a tunnel

v4.3.1

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. (#1360)

Development

  • Update the Streams-related type annotations to accept UUIDs. (#1353)

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.

... (truncated)

Changelog

Sourced from globus-sdk's changelog.

v4.4.1 (2026-02-27)

Fixed

  • Fixed a bug in globus_sdk.TransferData which failed to convert deadline to a string when a datetime.datetime object is given. (:pr:1372)

.. _changelog-4.4.0:

v4.4.0 (2026-02-13)

Added

  • Added TransferClient.get_tunnel_events(), which fetches the events associated with a tunnel.

.. _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)

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

... (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 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.4.1.
- [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.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 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.

0 participants