Skip to content

Commit

Permalink
chore: Updated PySide-essentials range. (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Osiowy <[email protected]>
  • Loading branch information
erico-aws authored Nov 21, 2024
1 parent 3c6e943 commit 4f6134e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.*",
"PySide6-essentials >= 6.6,< 6.9",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion src/deadline/client/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def gui_context_for_cli(automatically_install_dependencies: bool):
sys.exit(1)

# this should match what's in the pyproject.toml
pyside6_pypi = "PySide6-essentials==6.6.*"
pyside6_pypi = "PySide6-essentials >= 6.6,< 6.9"
if "deadline" in basename(sys.executable).lower():
# running with a deadline executable, not standard python.
# So exit the deadline folder into the main deps dir
Expand Down

0 comments on commit 4f6134e

Please sign in to comment.