Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deadline-cloud dependency 0.45.0 #123

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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