Skip to content

chore(deps): update deadline requirement from <0.56,>=0.55.1 to >=0.55.1,<0.57#302

Open
dependabot[bot] wants to merge 1 commit intomainlinefrom
dependabot/pip/deadline-gte-0.55.1-and-lt-0.57
Open

chore(deps): update deadline requirement from <0.56,>=0.55.1 to >=0.55.1,<0.57#302
dependabot[bot] wants to merge 1 commit intomainlinefrom
dependabot/pip/deadline-gte-0.55.1-and-lt-0.57

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.56.0 (2026-04-20)

Features

  • The deadline job trace-schedule command now uses batch get APIs for tasks and steps, significantly improving performance for jobs with many tasks. (#1117)
  • Job bundles now support pre-submission and post-submission hooks via hooks.yaml/hooks.json files or the DEADLINE_HOOKS_DIR environment variable. Pre-submission hooks can modify the submission before upload, and post-submission hooks run after job creation for notifications or integrations. Hooks are disabled by default and require user confirmation before execution. (#986)
  • The deadline bundle gui-submit command now accepts a --name option to set the job name. (#1053)

Bug Fixes

  • Fixed an issue on Windows where logging in with Deadline Cloud Monitor could corrupt the ~/.deadline/config file due to backslash path separator handling differences between .ini libraries. Path separators are now normalized to forward slashes. (#1098)
  • Improved the error message when a job output download fails because the target directory cannot be created (e.g., due to cross-OS path incompatibilities). The error now clearly explains the failure and suggests re-running the download to choose a valid local path. (#1034)
Changelog

Sourced from deadline's changelog.

0.56.0 (2026-04-20)

Features

  • The deadline job trace-schedule command now uses batch get APIs for tasks and steps, significantly improving performance for jobs with many tasks. (#1117)
  • Job bundles now support pre-submission and post-submission hooks via hooks.yaml/hooks.json files or the DEADLINE_HOOKS_DIR environment variable. Pre-submission hooks can modify the submission before upload, and post-submission hooks run after job creation for notifications or integrations. Hooks are disabled by default and require user confirmation before execution. (#986)
  • The deadline bundle gui-submit command now accepts a --name option to set the job name. (#1053)

Bug Fixes

  • Fixed an issue on Windows where logging in with Deadline Cloud Monitor could corrupt the ~/.deadline/config file due to backslash path separator handling differences between .ini libraries. Path separators are now normalized to forward slashes. (#1098)
  • Improved the error message when a job output download fails because the target directory cannot be created (e.g., due to cross-OS path incompatibilities). The error now clearly explains the failure and suggests re-running the download to choose a valid local path. (#1034)

0.55.1 (2026-04-07)

Features

0.55.0 (2026-03-26)

BREAKING CHANGES

  • Decoupled Job Attachments from the Client package — deadline.job_attachments no longer imports from deadline.client (migration guide) (#1076)

Features

  • Add submission hooks support for job bundles (#986)
    • Pre-submission and post-submission hooks can be configured via hooks.yaml or hooks.json in job bundles
    • Pre-submission hooks run before hashing/uploading and can validate or modify the submission payload
    • Post-submission hooks run after successful job creation for notifications and integrations
    • Hooks receive job metadata via stdin (JSON) and environment variables (DEADLINE_*)
    • Works with both deadline bundle submit (CLI) and deadline bundle gui-submit (GUI)
  • deadline handle-web-url --install and --uninstall now print a confirmation message on success (#1056) (6d0c5d9)

Bug Fixes

  • Telemetry client not correctly labeling the source package when multiple packages use telemetry (#1055) (cb47435)
  • maxResults parameter in MCP server not working correctly and causing type errors (#1049) (a1df215)

0.54.3 (2026-03-19)

Features

  • Add worker log retrieval to MCP server for job troubleshooting (#999) (0378f77)
  • Show estimated time remaining for in-progress jobs (#992) (509af3c)
  • Bundle Qt dependencies in installer (#1021) (7ec10cc)

Bug Fixes

  • Update attributions for OS-specific dependencies (#1057) (2616a75)
  • Show friendly OS name instead of sys.platform in error messages (#1004) (#1045) (e0346ce)
  • Missing newline in terminal output when submitting a job with no attachments (#1008) (#1043) (5bce616)
  • Show checkboxes in multiselect combo boxes on macOS (#1052) (c4eb36b)
  • Accept hidden parameters with empty string defaults (#1032) (347adcc)

... (truncated)

Commits
  • 392de20 chore(release): 0.56.0 (#1121)
  • 2c361e7 chore: Add macOS integration tests to release workflow
  • ecf860d fix(ci): grant id-token: write for release bump workflow (#1120)
  • eacd6da feat: Update 'deadline job trace-schedule' to use batch get APIs. (#1117)
  • f07aea7 test: add real install/uninstall tests for handle-web-url (#1110)
  • 98b3670 chore(deps): update deadline-cloud-test-fixtures requirement from ~=0.18.10 t...
  • aa40a4a chore: add manual test gate to release workflow (#1111)
  • 00c9ba2 chore: Add debug logs for update available helper function (#1112)
  • 39eb3bc chore: automate manual CLI test cases for --help, -h, and --log-level (#1113)
  • d4b9743 feat: add submission hooks support for job bundles (#986) (#986)
  • 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.56.0)

---
updated-dependencies:
- dependency-name: deadline
  dependency-version: 0.56.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 Apr 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 24, 2026 23:53
@dependabot dependabot Bot added the python Pull requests that update Python code label Apr 24, 2026
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Apr 24, 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 waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants