Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps globus-sdk from 1.6.1 to 4.1.0.

Release notes

Sourced from globus-sdk's releases.

v4.1.0

Added

  • Updated create_flow and update_flow to accept an authentication policy to assign to a flow. (#1334)
    • Note: SDK support for this feature is being released in advance of service support, which will follow at a later time.

v4.0.1

Fixed

  • Fix the route for TransferClient.set_subscription_admin_verified() (#1331)

v4.0.0

No changes from v4.0.0b2

v4.0.0b2

Added

  • On Python 3.11+, the SDK will populate the __notes__ of API errors with a message containing the full body of the error response. __notes__ is part of the default presentation of a traceback. (#1299)

Removed

  • The following methods and parameters, which were deprecated in globus-sdk v3, have been removed (#1309):

    • The skip_activation_check parameter for TransferData and DeleteData.
    • The recursive_symlinks parameter for TransferData.
    • The add_symlink_item method of TransferData.

Changed

  • Passing non-Scope types to Scope.with_dependency and Scope.with_dependencies now raises a TypeError. Previously, this was allowed at runtime but created an invalid Scope object. (#1300)

v4.0.0b1

Breaking Changes

  • The RequestsTransport object has been refactored to separate it from configuration which controls request retries. A new RetryConfig object is introduced and provided as client.retry_config on all client types. The interface for controlling these configurations has been updated. (#1275)

    • The transport_class attribute has been removed from client classes.

    • Clients now accept transport, an instance of RequestsTransport, and retry_config, an instance of RetryConfig, instead of transport_params.

    • Users seeking to customize the retry backoff, sleep maximum, and max retries should now use retry_config, as these are no longer controlled through transport.

    • The capabilities of the RequestsTransport.tune() context manager have been divided into RequestsTransport.tune() and RetryConfig.tune().

    • The retry configuration is exposed to retry checks as an attribute of the RequestCallerInfo, which is provided on the RetryContext. As a result, checks can examine the configuration.

  • Interfaces for normalizing scope data have changed. (#1289)

    • The scopes_to_str function has been replaced with ScopeParser.serialize.

... (truncated)

Changelog

Sourced from globus-sdk's changelog.

v4.1.0 (2025-10-23)

Added

  • Updated create_flow and update_flow to accept an authentication policy to assign to a flow. (:pr:1334)
    • Note: SDK support for this feature is being released in advance of service support, which will follow at a later time.

.. _changelog-4.0.1:

v4.0.1 (2025-10-13)

Fixed

  • Fix the route for TransferClient.set_subscription_admin_verified() (:pr:1331)

.. _changelog-4.0.0:

v4.0.0 (2025-10-08)

No changes from v4.0.0b2

.. _changelog-4.0.0b2:

v4.0.0b2 (2025-09-24)

Added

  • On Python 3.11+, the SDK will populate the __notes__ of API errors with a message containing the full body of the error response. __notes__ is part of the default presentation of a traceback. (:pr:1299)

Removed

  • The following methods and parameters, which were deprecated in globus-sdk v3, have been removed (:pr:1309):

    • The skip_activation_check parameter for TransferData and DeleteData.
    • The recursive_symlinks parameter for TransferData.
    • The add_symlink_item method of TransferData.

Changed

... (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.1.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.1.0)

---
updated-dependencies:
- dependency-name: globus-sdk
  dependency-version: 4.1.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 Nov 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 1, 2025

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