From 9518a79a2c57412945c813952646c118b8af1085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:32:58 +0000 Subject: [PATCH] chore(deps): Update deadline requirement from ==0.52.* to >=0.52,<0.54 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](https://github.com/aws-deadline/deadline-cloud/compare/0.52.0...0.53.0) --- updated-dependencies: - dependency-name: deadline dependency-version: 0.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index daed8f48..3468a243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ # 2026 - 3.11: https://help.autodesk.com/view/MAXDEV/2026/ENU/?guid=MAXDEV_Python_what_s_new_in_3ds_max_python_api_html dependencies = [ - "deadline == 0.52.*", + "deadline >= 0.52,< 0.54", "openjd-adaptor-runtime == 0.9.*", ]