Skip to content

Bump globus-compute-sdk from 3.13.0 to 3.14.0 in the python-updates group - #1596

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/develop/python-updates-aefaf610ac
Closed

Bump globus-compute-sdk from 3.13.0 to 3.14.0 in the python-updates group#1596
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/develop/python-updates-aefaf610ac

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor

Bumps the python-updates group with 1 update: globus-compute-sdk.

Updates globus-compute-sdk from 3.13.0 to 3.14.0

Release notes

Sourced from globus-compute-sdk's releases.

3.14.0

What's Changed

Full Changelog: globus/globus-compute@3.13.0...3.14.0

Changelog

Sourced from globus-compute-sdk's changelog.

globus-compute-sdk & globus-compute-endpoint v3.14.0

New Functionality ^^^^^^^^^^^^^^^^^

  • We've deprecated the user_runtime.python_version reserved template variable in favor of more granular variables to facilitate leveraging Python installation information in the configuration template:

    • user_runtime.python.version: Python version string (e.g., "3.13.7")
    • user_runtime.python.version_tuple: Python version as a tuple (e.g., (3, 13, 7))
    • user_runtime.python.version_info: Python version info from tuple(sys.version_info) (e.g., (3, 13, 7, "final", 0))
    • user_runtime.python.compiler: Python implementation (e.g., "CPython")
    • user_runtime.python.implementation: String identifying the compiler used for compiling Python (e.g., "Clang 14.0.6")

    The user_runtime.python_version variable provides the complete sys.version string, which contains useful information but is hard to utilize in the template.

  • Added reserved template variables containing general platform information from the user's installation:

    • user_runtime.platform.architecture: Host architecture tuple (e.g., ("64bit", "ELF"))
    • user_runtime.platform.machine: Host machine type (e.g., "x86_64")
    • user_runtime.platform.node: Host node name (e.g., "login03")
    • user_runtime.platform.platform: Host platform (e.g., "Linux-6.14.0-29-generic-x86_64-with-glibc2.39")
    • user_runtime.platform.processor: Host processor name (e.g., "x86_64")
    • user_runtime.platform.release: Host OS release (e.g., "6.16.5-2-generic")

Bug Fixes ^^^^^^^^^

  • Endpoints no longer raise an exception when attempting to render a template with null values in user_endpoint_config or user_runtime.

  • Address 3.13-introduced bug that killed the endpoint if it failed to start up within 15s. (This was most easily identified when the endpoint prompted for a Globus Auth authorization code.)

.. _changelog-3.13.0:

Commits
  • db16a3b Bump versions and changelog for release 3.14.0
  • 518cfda Bump versions for alpha release 3.14.0a1
  • f48e0d9 Address errant timeout at authorization
  • 152ca65 Bump versions for alpha release 3.14.0a0
  • 168b693 Merge pull request #1933 from globus/v3.13.0
  • b18c04b Create changelog for Python & platform Jinja vars
  • e172c22 Include platform information in user_runtime
  • fa16653 Added granular Python info to user_runtime
  • 044f5d1 Handle null user values when rendering template
  • f60683a Merge pull request #1928 from globus/add-packaging-doc-branch
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-updates group with 1 update: [globus-compute-sdk](https://github.com/globus/globus-compute).


Updates `globus-compute-sdk` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/globus/globus-compute/releases)
- [Changelog](https://github.com/globus/globus-compute/blob/main/docs/changelog.rst)
- [Commits](globus/globus-compute@3.13.0...3.14.0)

---
updated-dependencies:
- dependency-name: globus-compute-sdk
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python labels Sep 22, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 29, 2025

Copy link
Copy Markdown
Contributor Author

Looks like globus-compute-sdk is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 29, 2025
@dependabot
dependabot Bot deleted the dependabot/pip/develop/python-updates-aefaf610ac branch September 29, 2025 19:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants