Skip to content

Commit

Permalink
Merge pull request #2899 from ff137/update/openapi-codegen-tools
Browse files Browse the repository at this point in the history
⬆️ Upgrade codegen tools used in generate-open-api-specols
  • Loading branch information
dbluhm authored Apr 17, 2024
2 parents ed4ccfe + 2bf3313 commit 9aa910b
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 732 deletions.
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
Loading

0 comments on commit 9aa910b

Please sign in to comment.