Skip to content

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

Open
dependabot[bot] wants to merge 2 commits intomainlinefrom
dependabot/pip/deadline-gte-0.49-and-lt-0.54
Open

chore(deps): Update deadline requirement from <0.51,>=0.49 to >=0.49,<0.54#315
dependabot[bot] wants to merge 2 commits intomainlinefrom
dependabot/pip/deadline-gte-0.49-and-lt-0.54

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.53.2 (2025-10-17)

Bug Fixes

  • revert: HashCache DB changes causing job submission failures (#892) (f716769)
Changelog

Sourced from deadline's changelog.

0.53.2 (2025-10-17)

Bug Fixes

  • revert: HashCache DB changes causing job submission failures (#892) (f716769)

0.53.1 (2025-10-10)

Features

  • Add '-p' param support to 'deadline bundle gui-submit' (53c507e)
  • Add debug snapshot option to 'deadline bundle submit' (c4c96b9)

Bug Fixes

  • Parallel submissions on a new install no longer causes a crash (#862) (b35aeb1)
  • Job submission asset warning dialog now is scrollable and won't prevent submissions when exceeding the base dialog size (#855) (6042295)
  • Group all invalid hidden parameters together when displaying them to the user in the GUI (#856) (4fa22df)
  • Add validation for hidden parameters during job bundle loading in GUI (dd01866)
  • Re-queued jobs downloading the same output more than once with cli (#845) (a70f0b7)

Performance Improvements

  • Speed up job bundle submissions by reducing redundant stat calls (#860) (6e6e3ff)
  • Adding thread local s3 cache db connections to fix performance bottleneck during bundle submission (#848) (4914e61)
  • Improved job submission performance by multithreading syscalls to stat() and using manifest file sizes rather than repeating file size check loop a second time (#847) (737f781)
  • Changing wait_for_create_job_to_complete to use a short initial time with an exponential backoff building to a max of 5 seconds in order to speed up job submission times. (#852) (bdefa51)

Experimental

These changes are experimental and are subject to change.

  • Add Deadline Client Tools MCP server (#784) (af4064b)
  • Fixed a bug in manifest snapshot feature that would crash if ran on an empty directory (#879) (c14322b)

0.53.0 (2025-09-15)

BREAKING CHANGES

  • Removed create_job_response attribute of ui.dialogs.SubmitJobToDeadlineDialog (#791) (6587e4e)
    • Since 0.51.1, this was deprecated and its value was always set to None
  • Removed deadline.api.attachment_upload and deadline.api.attachment_download from the public API (#819) (832ac45)
    • These APIs are still under active development and will undergo iterations before being made public/stable

Features

  • Add detailed tooltips to grayed-out submit button (#833) (e5aeb45)
  • Add deadline job requeue-tasks command (c593aee)
  • Add fileCount property to the summary JSON message output by deadline job download-output --output json (#816) (b9ed949)
  • Add deadlinew command and --redirect-output option to deadline (86fa0a6)
  • Add --profile option to deadline queue sync-output (b5478d6)

Bug Fixes

... (truncated)

Commits
  • 9484981 chore(release): 0.53.2 (#893)
  • f716769 chore: Revert HashCache DB changes causing E2E test failures (#892)
  • 80c3326 chore(release): 0.53.1 (#886)
  • 9c9f014 fix: attachment download command logging format change (#885)
  • c14322b fix: manifest snapshot run on empty dir throws exception and circular depende...
  • b8882a3 chore(deps): update xxhash requirement from <3.6,>=3.4 to >=3.4,<3.7 (#872)
  • a41145d chore(deps): update ruff requirement from ==0.13.* to ==0.14.* (#878)
  • 6e6e3ff perf: speed up job bundle submission by reducing redundant stat calls (#860)
  • b7cb13b chore: add ManifestProperties.as_output_metadata for S3 metadata generation, ...
  • 9308dee fix: fixed typo in incremental download test (#877)
  • 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.

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/0.53.2/CHANGELOG.md)
- [Commits](aws-deadline/deadline-cloud@0.49.0...0.53.2)

---
updated-dependencies:
- dependency-name: deadline
  dependency-version: 0.53.2
  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 Oct 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 29, 2025 10:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 29, 2025
@github-actions github-actions bot added the waiting-on-maintainers Waiting on the maintainers to review. label Oct 29, 2025
@sonarqubecloud
Copy link

@lucaseck
Copy link
Contributor

lucaseck commented Nov 6, 2025

See previous PR that was closed. There are changes that need to be made before we can upgrade the version of deadline-cloud: #282

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@moorec-aws moorec-aws removed the waiting-on-maintainers Waiting on the maintainers to review. label Dec 29, 2025
@sonarqubecloud
Copy link

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.

2 participants