Skip to content

Commit

Permalink
chore: update deadline-cloud dependency 0.45.0 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall Jackson <[email protected]>
  • Loading branch information
amarsjac authored Mar 26, 2024
1 parent fdd491d commit c2b7ac8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maya_submitter_plugin/DeadlineCloudForMaya.mod
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+ deadline-cloud-for-maya 0.1.0 .
+ deadline-cloud-for-maya 0.13.2 .
2 changes: 1 addition & 1 deletion maya_submitter_plugin/plug-ins/DeadlineCloudForMaya.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Tells maya which version of their api to use.
maya_useNewAPI = True
VENDOR = "AWS"
VERSION = "0.6.0"
VERSION = "0.13.2"

__log__ = logging.getLogger("Deadline")
_registered_mel_commands: List[str] = []
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = ""
requires-python = ">=3.7"

dependencies = [
"deadline == 0.41.*",
"openjd-adaptor-runtime == 0.5.*",
"deadline == 0.45.*",
"openjd-adaptor-runtime == 0.6.*",
]

[project.scripts]
Expand Down
4 changes: 4 additions & 0 deletions test/deadline_submitter_for_maya/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"PySide2.QtGui",
"PySide2.QtWidgets",
"mtoa.core",
"qtpy",
"qtpy.QtCore",
"qtpy.QtWidgets",
"qtpy.QtGui",
"deadline.maya_submitter.ui.render_submitter",
]

Expand Down

0 comments on commit c2b7ac8

Please sign in to comment.