Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Source = "https://github.com/aws-deadline/deadline-cloud"
[project.optional-dependencies]
gui = [
# If the version changes, update the version in deadline/client/ui/__init__.py
"PySide6-essentials >= 6.6,< 6.11",
"PySide6-essentials >= 6.6,< 6.12",
]
mcp = [
"mcp >= 1.13.0, < 2",
Expand Down
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ openjd-model >= 0.11.3

# GUI testing dependencies
pytest-qt == 4.*
PySide6-essentials >= 6.6,< 6.11
PySide6-essentials >= 6.6,< 6.12
Loading