To install our DCC integrations into the same Python environment, they must having matching versions of the common deadline-cloud package. This package depends on an older version.
What was the solution? (How)
Update deadline-cloud to latest 0.32.*
What is the impact of this change?
This package will pull in the latest deadline-cloud when installed, like the other DCC integrations
What was the problem/requirement? (What/Why)
To install our DCC integrations into the same Python environment, they must having matching versions of the common
deadline-cloud
package. This package depends on an older version.What was the solution? (How)
Update
deadline-cloud
to latest0.32.*
What is the impact of this change?
This package will pull in the latest
deadline-cloud
when installed, like the other DCC integrationsHow was this change tested?
hatch build && hatch run lint && hatch run test
Was this change documented?
No
Is this a breaking change?
No