Skip to content

chore(deps): update deadline requirement from <0.58,>=0.55.1 to >=0.55.1,<0.59 - #464

Merged
karthikbekalp merged 1 commit into
mainlinefrom
dependabot/pip/deadline-gte-0.55.1-and-lt-0.59
Jun 11, 2026
Merged

chore(deps): update deadline requirement from <0.58,>=0.55.1 to >=0.55.1,<0.59#464
karthikbekalp merged 1 commit into
mainlinefrom
dependabot/pip/deadline-gte-0.55.1-and-lt-0.59

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.58.0 (2026-06-10)

BREAKING CHANGES

  • Dropped support for Python 3.8. The minimum supported Python version is now 3.9. Users running Python 3.8 must upgrade their Python installation. (#1200)

Features

  • When running deadline bundle gui-submit, the Host Requirements tab now correctly populates from the job template's hostRequirements instead of always defaulting to "Run on all available worker hosts". (#1198)
  • When no default farm or queue is configured, the CLI and GUI submit dialog now automatically select the farm/queue if only one is available to the user, removing the need to manually configure defaults in single-farm/queue setups. (#1015)

Bug Fixes

  • Fixed an issue where some internal boto clients were missing the default client config, causing user-agent attribution (app/deadline-client version, submitter, and CLI command name) to be absent from certain API calls (attachment downloads/uploads and log queries). (#1197)
Changelog

Sourced from deadline's changelog.

0.58.0 (2026-06-10)

BREAKING CHANGES

  • Dropped support for Python 3.8. The minimum supported Python version is now 3.9. Users running Python 3.8 must upgrade their Python installation. (#1200)

Features

  • When running deadline bundle gui-submit, the Host Requirements tab now correctly populates from the job template's hostRequirements instead of always defaulting to "Run on all available worker hosts". (#1198)
  • When no default farm or queue is configured, the CLI and GUI submit dialog now automatically select the farm/queue if only one is available to the user, removing the need to manually configure defaults in single-farm/queue setups. (#1015)

Bug Fixes

  • Fixed an issue where some internal boto clients were missing the default client config, causing user-agent attribution (app/deadline-client version, submitter, and CLI command name) to be absent from certain API calls (attachment downloads/uploads and log queries). (#1197)

0.57.4 (2026-06-08)

Features

  • When no default farm or queue is configured, the CLI and GUI submit dialog now automatically select the farm/queue if only one is available to the user. If multiple exist, the existing behavior is preserved. (#1015)
  • The Monitor's session_id is now read from ~/.deadline/config and included in telemetry events for cross-component correlation with Monitor and CTDX sessions. (#1184)

0.57.3 (2026-06-01)

Features

  • Added a preGUI submission hook phase, allowing custom logic to run before the submission GUI is displayed. (#1178)

Bug Fixes

  • Fixed an issue in the submission UI where timeout validation errors would flash while still editing days/hours/minutes fields. Errors now only appear after focus leaves the entire timeout row, and clear immediately when the value becomes valid. (#1180)

0.57.2 (2026-05-25)

Features

  • Telemetry error events now include sanitized stack traces to help improve diagnostics. Stack traces are sanitized using an allowlist-based approach and do not include exception messages. (#1080)

0.57.1 (2026-05-18)

Bug Fixes

  • Environment hooks now correctly receive the job bundle directory instead of the hooks directory. Previously, HookManager.execute_pre_submission_hooks() was overwriting metadata.job_bundle_dir with the hooks directory path for environment hooks (DEADLINE_HOOKS_DIR). (#1162)
  • Pre-submission hooks can now modify the template and priority fields. Previously, only attachments.assetReferences changes from hook output were applied. (#1162)

0.57.0 (2026-05-08)

BREAKING CHANGES

  • The deadline job download-output command now supports storage profile path mapping, which may change download destination paths when a storage profile is configured. Users relying on the previous raw path behavior should review their download scripts. (#1029)

Features

  • Added deadline job download-input CLI command that downloads job input files (job attachments) with optional glob-style --include filtering, --match-paths-by (JOB/LOCAL) storage profile path mapping, JSON output, and conflict resolution options. (#1154)
  • Added --include / -i repeatable option to deadline job download-output, allowing you to download specific files using glob patterns or relative paths instead of all job outputs. Multiple patterns are OR'd. Without --include, all outputs download as before. (#1108)
  • Added storage profile path mapping support to deadline job download-output, enabling automatic path translation between job and local filesystem paths. (#1029)
  • Added two new workstation configuration settings: settings.max_retries_per_task (default: 5) and settings.max_failed_tasks_count (default: 20). These defaults are used when submitting jobs via CLI, API, or GUI when no explicit value is provided and the job bundle doesn't specify them. (#1150)
  • Removed the hard dependency on AWS STS. Authentication status checks now use deadline:ListFarms instead of sts:GetCallerIdentity, avoiding slow timeouts and hard failures on networks that block STS. (#1147)

Bug Fixes

  • Fixed deadline auth login failing for Deadline Cloud Monitor (IdC) profiles after the STS-to-ListFarms switch. The principalId is now correctly passed in the ListFarms authentication probe. (#1151)
  • Fixed dependency job attachment syncing using COPY mode (which created files with (1) suffixes) instead of OVERWRITE mode. Synced attachments now correctly overwrite existing files. (#1106)

0.56.0 (2026-04-20)

Features

... (truncated)

Commits
  • 3aa01f5 chore(release): 0.58.0 (#1205)
  • 905e99f chore(release): 0.57.4 (#1196)
  • 11e0236 feat!: drop python 3.8 (#1200)
  • 6bf358d feat: enable Claude PR review (#1195)
  • fd29cb7 fix: populate host requirements from job template in gui-submit (#1198)
  • b8abadf docs: verify and update DCC bundled Python versions in reference table (#1194)
  • 0da9193 fix: apply default client config to remaining boto clients (#1197)
  • 3f3601a chore(deps): bump actions/setup-python from 5 to 6 (#1190)
  • c2bb49c test(dcm-e2e): retry on IdC /platform/authorize 403 and prewarm Firefox (#1193)
  • 117c9fa test: relaunch GUI subprocess when its dialog fails to surface (#1192)
  • Additional commits viewable in compare view

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)

Updates the requirements on [deadline](https://github.com/aws-deadline/deadline-cloud) to permit the latest version.
- [Release notes](https://github.com/aws-deadline/deadline-cloud/releases)
- [Changelog](https://github.com/aws-deadline/deadline-cloud/blob/mainline/CHANGELOG.md)
- [Commits](aws-deadline/deadline-cloud@0.55.1...0.58.0)

---
updated-dependencies:
- dependency-name: deadline
  dependency-version: 0.58.0
  dependency-type: direct:production
...

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 Jun 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 11, 2026 14:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 11, 2026
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Jun 11, 2026
@karthikbekalp
karthikbekalp merged commit b02e918 into mainline Jun 11, 2026
19 checks passed
@karthikbekalp
karthikbekalp deleted the dependabot/pip/deadline-gte-0.55.1-and-lt-0.59 branch June 11, 2026 16:04
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 waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant