Skip to content

Commit c84e119

Browse files
committed
[Build] Bump MediaCreation to 1.0.0-alpha.9
Part of OpenAssetIO/OpenAssetIO#1311. Deprecated aliases have been removed from the latest OpenAssetIO, but the version of MediaCreation that was pinned in `pyproject.toml` still used them. So bump the version of MediaCreation to the latest. Use a minimum, rather than fixed, version for dependencies. This provides a useful canary. The project should be tested against each new upstream (pending) release. Signed-off-by: David Feltell <[email protected]>
1 parent cfd1bf9 commit c84e119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "1.0.0"
77
requires-python = ">=3.7"
88
dependencies = [
99
"openassetio>=1.0.0b1.rev0",
10-
"openassetio-mediacreation == 1.0.0a8"
10+
"openassetio-mediacreation >= 1.0.0a9"
1111
]
1212

1313
authors = [

0 commit comments

Comments
 (0)