Skip to content

Commit

Permalink
Merge pull request #577 from 2060-io/fix/oob-model
Browse files Browse the repository at this point in the history
fix: add handshake_protocols to oob invitation
  • Loading branch information
loneil authored Jul 9, 2024
2 parents a3eed04 + 4e82858 commit 77ff110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oidc-controller/api/core/aries/out_of_band.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ class OutOfBandMessage(BaseModel):
alias="requests~attach"
)
services: List[Union[OOBServiceDecorator, str]] = Field(alias="services")
handshake_protocols: List[str] = Field(alias="handshake_protocols", default=None)

model_config = ConfigDict(populate_by_name=True)

0 comments on commit 77ff110

Please sign in to comment.