Skip to content

chore(deps): Update deadline requirement from <0.51,>=0.49 to >=0.49,<0.52#282

Closed
dependabot[bot] wants to merge 1 commit intomainlinefrom
dependabot/pip/deadline-gte-0.49-and-lt-0.52
Closed

chore(deps): Update deadline requirement from <0.51,>=0.49 to >=0.49,<0.52#282
dependabot[bot] wants to merge 1 commit intomainlinefrom
dependabot/pip/deadline-gte-0.49-and-lt-0.52

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2025

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.51.0 (2025-07-28)

BREAKING CHANGES

  • The behavior for the auto_accept configuration option has changed to automatically accept the default option that would be presented interactively. One exception is in a GUI context, when automatically accepting would cancel the operation.
  • The parameter decide_cancel_submission_callback is removed from api.create_job_from_job_bundle, and a new parameter interactive_confirmation_callback replaces it. The previous callback included business logic that is now in the create job function, and the callback's purpose is now solely to present an interactive confirmation prompt.

Features

  • Add account IDs to telemetry events (#742) (43f7c0e)
  • Improved job identification in command output with clearer job names/IDs and more readable timestamps (#725) (a7883e0)
  • Added ability to detect when virtual file system (VFS) fails to launch properly (#731) (e517659)
  • Persistent job submission settings that remember your previously used values for priority and retry settings (#711) (358e6c7)
  • New commands to monitor job completion and access job logs directly from CLI and API (#697) (8ea699f)
  • Performance improvements through better client caching for network operations (#708) (5665fa8)

Bug Fixes

  • Uncaught telemetry exception when collecting account ID (#754) (212b659)
  • Circular dependencies when importing deadline.job_attachements.api (#741) (f64ff50)
  • UI Elements in Deadline Config Dialog stretch and squish in unpredictable ways (#746) (768b2e8)
  • installer_version.txt remains after uninstallation (#736) (3f880b8)
  • Profile settings GUI widget widths are truncated (#724) (5fdb0f1)
  • Long paths on Windows cause relative_to function to operate unexpectedly (#715) (2e70d5d)
  • Job submission doesn't properly warn users when submitting files from directories not explicitly specified (#673) (a8bf21b)
  • Windows paths larger than MAX_PATH cause errors when uploading jobs with assets (#705) (b841f61)
  • Deadline executables remain in PATH after uninstallation (#686) (fcf4a75)

Experimental

These changes are experimental and are subject to change.

  • Incremental/Automatic Downloads:
    • Ability to automatically download output files from completed jobs (#730) (9b3d17a)
    • Support for consolidated download of session outputs and their attachments (#706) (67a43e3)
    • Identification of changed sessions for efficient incremental downloads (#726) (5fdc5bf)
    • Ability to detect new jobs that need downloads vs already processed jobs (#721) (9a9d59e)
    • Search capability for finding jobs based on specified criteria (#719) (93c71a6)
    • Documentation of conditions and guarantees in download state tracking (#718) (8c922de)
    • Save and restore download progress between application runs (#691) (7acfcba)
    • Prevention of race conditions in simultaneous download operations (#682) (da853ac)
    • Fix for reliability issues when multiple downloads run concurrently (#682) (da853ac)
Changelog

Sourced from deadline's changelog.

0.51.0 (2025-07-28)

BREAKING CHANGES

  • The behavior for the auto_accept configuration option has changed to automatically accept the default option that would be presented interactively. One exception is in a GUI context, when automatically accepting would cancel the operation.
  • The parameter decide_cancel_submission_callback is removed from api.create_job_from_job_bundle, and a new parameter interactive_confirmation_callback replaces it. The previous callback included business logic that is now in the create job function, and the callback's purpose is now solely to present an interactive confirmation prompt.

Features

  • Add account IDs to telemetry events (#742) (43f7c0e)
  • Improved job identification in command output with clearer job names/IDs and more readable timestamps (#725) (a7883e0)
  • Added ability to detect when virtual file system (VFS) fails to launch properly (#731) (e517659)
  • Persistent job submission settings that remember your previously used values for priority and retry settings (#711) (358e6c7)
  • New commands to monitor job completion and access job logs directly from CLI and API (#697) (8ea699f)
  • Performance improvements through better client caching for network operations (#708) (5665fa8)

Bug Fixes

  • Uncaught telemetry exception when collecting account ID (#754) (212b659)
  • Circular dependencies when importing deadline.job_attachements.api (#741) (f64ff50)
  • UI Elements in Deadline Config Dialog stretch and squish in unpredictable ways (#746) (768b2e8)
  • installer_version.txt remains after uninstallation (#736) (3f880b8)
  • Profile settings GUI widget widths are truncated (#724) (5fdb0f1)
  • Long paths on Windows cause relative_to function to operate unexpectedly (#715) (2e70d5d)
  • Job submission doesn't properly warn users when submitting files from directories not explicitly specified (#673) (a8bf21b)
  • Windows paths larger than MAX_PATH cause errors when uploading jobs with assets (#705) (b841f61)
  • Deadline executables remain in PATH after uninstallation (#686) (fcf4a75)

Experimental

These changes are experimental and are subject to change.

  • Incremental/Automatic Downloads:
    • Ability to automatically download output files from completed jobs (#730) (9b3d17a)
    • Support for consolidated download of session outputs and their attachments (#706) (67a43e3)
    • Identification of changed sessions for efficient incremental downloads (#726) (5fdc5bf)
    • Ability to detect new jobs that need downloads vs already processed jobs (#721) (9a9d59e)
    • Search capability for finding jobs based on specified criteria (#719) (93c71a6)
    • Documentation of conditions and guarantees in download state tracking (#718) (8c922de)
    • Save and restore download progress between application runs (#691) (7acfcba)
    • Prevention of race conditions in simultaneous download operations (#682) (da853ac)
    • Fix for reliability issues when multiple downloads run concurrently (#682) (da853ac)

0.50.1 (2025-06-04)

Bug Fixes

0.50.0 (2025-06-04)

BREAKING CHANGES

... (truncated)

Commits
  • b24a418 chore(release): 0.51.0 (#756)
  • 212b659 fix: uncaught telemetry exception when collecting account ID (#754)
  • 2a21a52 chore: Added script for generating an attributions document (#680)
  • 5da47ba chore(release): 0.51.0 (#752)
  • 64fe898 chore: remove json schemas from pyinstaller (#750)
  • c745d67 chore(release): 0.51.0 (#749)
  • 768b2e8 fix: UI Elements in Deadline Config Dialog stretch and squish in unpredictabl...
  • 200d297 chore: Replace jsonschema with handwritten validation (#748)
  • a07f02d feat(experimental): Added unit tests for asset downloader with manifest aggre...
  • 43f7c0e feat: Add account IDs to telemetry events (#742)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 30, 2025 10:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 30, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/deadline-gte-0.49-and-lt-0.52 branch from 6604429 to a9aa80d Compare July 31, 2025 15:57
@dependabot dependabot bot force-pushed the dependabot/pip/deadline-gte-0.49-and-lt-0.52 branch from a9aa80d to 7998e67 Compare July 31, 2025 16:12
github-actions[bot]
github-actions bot previously approved these changes Jul 31, 2025
@sonarqubecloud
Copy link
Copy Markdown

@AWS-Samuel
Copy link
Copy Markdown
Contributor

The following breaking changes in deadline-cloud 0.51 need to be evaluated

  • The behavior for the auto_accept configuration option has changed to automatically accept the default option that would be presented interactively. One exception is in a GUI context, when automatically accepting would cancel the operation.
  • The parameter decide_cancel_submission_callback is removed from api.create_job_from_job_bundle, and a new parameter interactive_confirmation_callback replaces it. The previous callback included business logic that is now in the create job function, and the callback's purpose is now solely to present an interactive confirmation prompt.
  • The parameter create_job_response is no longer set after a job submission in ui.dialogs.SubmitJobToDeadlineDialog.
  • The function start_submission has been removed from ui.dialogs.SubmitJobProgressDialog. It has been replaced with start_job_submission which now starts job submission in a background thread. If you relied on the return value of start_submission, you must now connect to the submission_thread_succeeded parameter which is a qtpy.QtCore.Signal.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

A newer version of deadline exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@AWS-Samuel
Copy link
Copy Markdown
Contributor

@dependabot recreate

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.49.0...0.51.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/deadline-gte-0.49-and-lt-0.52 branch from 5826abb to 9a4c9a9 Compare October 28, 2025 16:32
@sonarqubecloud
Copy link
Copy Markdown

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2025

Superseded by #315.

@dependabot dependabot bot closed this Oct 29, 2025
@dependabot dependabot bot deleted the dependabot/pip/deadline-gte-0.49-and-lt-0.52 branch October 29, 2025 10:10
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