Skip to content

Commit

Permalink
Merge pull request #23 from OpenAssetIO/work/OpenAssetIO/1311-removeD…
Browse files Browse the repository at this point in the history
…eprecatedAliases

[Build] Bump OpenAssetIO dependencies
  • Loading branch information
feltech authored Jul 26, 2024
2 parents f29f78d + 3fcf348 commit ee762d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
install_requires=[
"OpenTimelineIO >= 0.12.0",
"openassetio >= 1.0.0b1.rev0, < 1.0.0b2.rev0",
"openassetio-mediacreation == 1.0.0a7",
"openassetio >= 1.0.0b1.rev0",
"openassetio-mediacreation >= 1.0.0a9",
],
extras_require={
"dev": [
"black",
"pytest",
"flake8",
"twine",
"openassetio-manager-bal == 1.0.0a12"
"openassetio-manager-bal >= 1.0.0a16"
]
},
classifiers=[
Expand Down

0 comments on commit ee762d7

Please sign in to comment.