Skip to content

Commit ddfe928

Browse files
committed
[Core] Make openassetio-mediacreation a soft dependency
This was causing issues as presenty, Media Creation has an install dependency on `openassetio`. We deliberately made this a soft dependency in BAL as it is always provided by the host. Signed-off-by: Tom Cowland <tom@foundry.com>
1 parent dcd192e commit ddfe928

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release Notes
22
=============
33

4+
v1.0.0-alpha.x
5+
---------------
6+
7+
### Bug fixes
8+
9+
- Made `openassetio-mediacreation` a soft dependency to avoid
10+
conflicting installation requirements.
11+
412
v1.0.0-alpha.10
513
---------------
614

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
name = "openassetio-manager-bal"
66
version = "1.0.0a10"
77
requires-python = ">=3.7"
8-
dependencies = ["openassetio-mediacreation>=1.0.0a7"]
98

109
authors = [
1110
{ name = "Contributors to the OpenAssetIO project", email = "openassetio-discussion@lists.aswf.io" }

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
openassetio==1.0.0a14
2+
openassetio-mediacreation>=1.0.0a7

0 commit comments

Comments
 (0)