Skip to content

Commit ee840cb

Browse files
committed
Upgrade to rkvst-archivist 0.25.2
To eliminate use of obsolete Attachments behaviour AB#4810
1 parent 6aab4eb commit ee840cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

archivist_samples/sbom_document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In order to control data sharing to restrict general customers to see only the r
142142
"access_permissions": [
143143
{
144144
"subjects": [ "subjects/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ],
145-
"behaviours": [ "Attachments", "RecordEvidence" ],
145+
"behaviours": [ "RecordEvidence" ],
146146
"include_attributes": [],
147147
"user_attributes": [],
148148
"asset_attributes_read": [

archivist_samples/software_bill_of_materials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In order to control data sharing to restrict general customers to see only the r
150150
"access_permissions": [
151151
{
152152
"subjects": [ "subjects/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ],
153-
"behaviours": [ "Attachments", "RecordEvidence" ],
153+
"behaviours": [ "RecordEvidence" ],
154154
"include_attributes": [],
155155
"user_attributes": [],
156156
"asset_attributes_read": [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cryptography~=41.0.2
2-
rkvst-archivist==0.25.0
2+
rkvst-archivist==0.25.2
33
pyyaml~=6.0.1

0 commit comments

Comments
 (0)