Skip to content

Commit 023ec5c

Browse files
authored
Merge pull request OpenAssetIO#39 from foundrytom/work/updateTraitGen
Updates to use TraitGen a6 for forward compatiblity with OpenAssetIO a11
2 parents 110ca65 + 1610b81 commit 023ec5c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/build_openassetio/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ runs:
1515
with:
1616
repository: OpenAssetIO/OpenAssetIO
1717
path: openassetio-checkout
18-
# Pinned until TraitGen is updated to not use TraitsBase
19-
ref: v1.0.0-alpha.10
2018

2119
- name: Build OpenAssetIO
2220
shell: bash

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151

5252
- name: Install Traitgen
53-
run: python -m pip install openassetio-traitgen==1.0.0a5
53+
run: python -m pip install openassetio-traitgen==1.0.0a6
5454

5555
- name: Get OpenAssetIO
5656
uses: actions/download-artifact@v3

RELEASE_NOTES.md

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

4+
v1.0.0-alpha.x
5+
--------------
6+
7+
### Improvements
8+
9+
- Updated `openassetio-traitgen` to `v1.0.0-alpha.6`.
10+
411
v1.0.0-alpha.4
512
--------------
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools>=65.5.0",
7-
"openassetio-traitgen>=1.0.0a5"
7+
"openassetio-traitgen>=1.0.0a6"
88
]
99
build-backend = "setuptools.build_meta"
1010

0 commit comments

Comments
 (0)