Skip to content

Commit 5669f2c

Browse files
committed
✨ 0.9.0: allow any did method
1 parent 723f68c commit 5669f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_cloudcontroller/model/did_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DIDCreate(BaseModel):
2222
seed: Optional seed to use for DID, Must beenabled in configuration before use. [Optional].
2323
"""
2424

25-
method: Optional[Literal["key", "sov"]] = None
25+
method: Optional[str] = None
2626
options: Optional[DIDCreateOptions] = None
2727
seed: Optional[str] = None
2828

0 commit comments

Comments
 (0)