File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Write the date in place of the "Unreleased" in the case a new version is release
1010- Optional ` persist ` query parameter to PUT and PATCH /array/... routes, and
1111 the corresponding DaskArrayClient methods: ` write ` , ` write_block ` , ` patch ` .
1212- Added new delete: node and delete: revision scopes
13- - Add ExternalPolicyDecision for authorization and an example working with Open Policy Agent
13+ - Add ExternalPolicyDecisionPoint for authorization and an example working with Open Policy Agent
1414
1515### Changed
1616
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ async def _get_external_decision(
468468 decision_endpoint : str ,
469469 principal : Principal ,
470470 access_blob : Optional [AccessBlob ] = None ,
471- ) -> Optional [List [str ] | bool ]:
471+ ) -> Optional [Union [ List [str ], bool ] ]:
472472 input = Input (
473473 input = Data (
474474 token = self ._identifier (principal ),
You can’t perform that action at this time.
0 commit comments