Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump globus-sdk from 3.46.0 to 3.47.0 #1054

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps globus-sdk from 3.46.0 to 3.47.0.

Release notes

Sourced from globus-sdk's releases.

v3.47.0

Added

  • Add TimersClient.add_app_transfer_data_access_scope for TimersClient instances which are integrated with GlobusApp. This method registers the nested scope dependency for a data_access requirement for a transfer timer. (#1074)

  • SearchQueryV1 is a new class for submitting complex queries replacing the legacy SearchQuery class. A deprecation warning has been added to the SearchQuery class. (#1079)

  • Created ComputeClientV2 and ComputeClientV3 classes to support Globus Compute API versions 2 and 3, respectively. The canonical ComputeClient is now a subclass of ComputeClientV2, preserving backward compatibility. (#1096)

  • Added the ComputeClientV3.submit(), ComputeClientV2.submit(), ComputeClientV2.get_task(), ComputeClientV2.get_task_batch(), and ComputeClientV2.get_task_group() methods. (#1094)

Changed

  • Improved error messaging around EOF errors when prompting for code during a command line login flow (#1093)

Deprecated

  • Deprecated the ComputeFunctionDocument and ComputeFunctionMetadata classes. This change reflects an early design adjustment to better align with the existing Globus Compute SDK. (#1092)

Development

  • Introduce a toxfile.py to ensure clean builds during development. (#1098)

  • The lazy importer used for the top-level globus_sdk module has been rewritten. It produces identical results to the previous system. (#1100)

Changelog

Sourced from globus-sdk's changelog.

v3.47.0 (2024-11-08)

Added


- Add ``TimersClient.add_app_transfer_data_access_scope`` for ``TimersClient``
  instances which are integrated with ``GlobusApp``. This method registers the
  nested scope dependency for a ``data_access`` requirement for a transfer
  timer. (:pr:`1074`)
  • SearchQueryV1 is a new class for submitting complex queries replacing
    the legacy SearchQuery class. A deprecation warning has been added to the
    SearchQuery class. (:pr:1079)

  • Created ComputeClientV2 and ComputeClientV3 classes to support Globus Compute
    API versions 2 and 3, respectively. The canonical ComputeClient is now a subclass
    of ComputeClientV2, preserving backward compatibility. (:pr:1096)

  • Added the ComputeClientV3.submit(), ComputeClientV2.submit(),
    ComputeClientV2.get_task(), ComputeClientV2.get_task_batch(),
    and ComputeClientV2.get_task_group() methods. (:pr:1094)

Changed

  • Improved error messaging around EOF errors when prompting for code during a command line login flow (:pr:1093)

Deprecated


- Deprecated the ``ComputeFunctionDocument`` and ``ComputeFunctionMetadata`` classes.
  This change reflects an early design adjustment to better align with the existing
  Globus Compute SDK. (:pr:`1092`)

Development

  • Introduce a toxfile.py to ensure clean builds during development. (:pr:1098)

  • The lazy importer used for the top-level globus_sdk module has been rewritten. It produces identical results to the previous system. (:pr:1100)

.. _changelog-3.46.0:

Commits
  • 209af1b Merge pull request #1103 from globus/release-3.47.0
  • 908f3ac Bump version and changelog for release
  • 721bf9e (actions) update PR references
  • 5270f0e Merge pull request #1094 from rjmello/compute-client-task-methods
  • 11edfb8 Add changelog for ComputeClient task methods
  • 05556b6 Add ComputeClient methods to submit & get tasks
  • f55e41c Merge pull request #1100 from sirosen/reimplement-lazy-import
  • 424ff09 Add rationale doc to lazy importer
  • 0b981a8 Merge pull request #1102 from globus/reusable-tox-workflow
  • adcd1ff Improve lazy importer to traverse AST exactly once
  • Additional commits viewable in compare view

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 3.46.0 to 3.47.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@3.46.0...3.47.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@dependabot dependabot bot requested a review from aaschaer as a code owner November 11, 2024 09:39
@dependabot dependabot bot added the python Pull requests that update Python code label Nov 11, 2024
@kurtmckee kurtmckee merged commit e4aa57a into main Nov 11, 2024
8 checks passed
@kurtmckee kurtmckee deleted the dependabot/pip/globus-sdk-3.47.0 branch November 11, 2024 13:16
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