Skip to content

Commit

Permalink
Merge branch 'main' into fix/connection-reuse-did-peer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianco committed Apr 17, 2024
2 parents 17ea7f5 + 7fd5cab commit 0015fee
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 751 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blackformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Black Code Formatter Check
# The version of black should be adjusted at the same time dev
# dependencies are updated.
uses: psf/black@24.3.0
uses: psf/black@24.4.0
2 changes: 1 addition & 1 deletion aries_cloudagent/protocols/connections/v1_0/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class ConnectionsListQueryStringSchema(OpenAPISchema):
state = fields.Str(
required=False,
validate=validate.OneOf(
{label for state in ConnRecord.State for label in state.value}
sorted({label for state in ConnRecord.State for label in state.value})
),
metadata={"description": "Connection state"},
)
Expand Down
22 changes: 4 additions & 18 deletions demo/playground/examples/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0015fee

Please sign in to comment.