Skip to content

Commit

Permalink
feat: warn users about optional request bodies, fixes for implicit di…
Browse files Browse the repository at this point in the history
…scriminator mappings and ensure example overrides for security values
  • Loading branch information
bflad committed Nov 4, 2024
1 parent 86a93b5 commit 4ab7459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/huh v1.1.2
github.com/speakeasy-api/openapi-generation/v2 v2.445.1
github.com/speakeasy-api/openapi-generation/v2 v2.446.3
github.com/speakeasy-api/openapi-overlay v0.9.0
github.com/speakeasy-api/sdk-gen-config v1.23.7
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.14.11
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939 h1:LGtzWU
github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939/go.mod h1:9ap4lXBHgxGyFwxtOfa+B1C3IQ0rvnqteqjJvJ11oiQ=
github.com/speakeasy-api/openapi v0.0.0-20241004083317-7ec21e855743 h1:vbPIxZofT7vol8mJeGkCSd7Xe3PM0fKZewlJ7UUYsTk=
github.com/speakeasy-api/openapi v0.0.0-20241004083317-7ec21e855743/go.mod h1:t1HA3wPC8jpGRr0UHW+SIvIB8dT5RXXi39XLrIG/URU=
github.com/speakeasy-api/openapi-generation/v2 v2.445.1 h1:lq3CVgQRdH0pY2fIwTrDUgwKJEAIiOfS4f3i4VGPDt8=
github.com/speakeasy-api/openapi-generation/v2 v2.445.1/go.mod h1:pBDHLrszZpze4DmS/zE2tWqrZw4Dv/mjbuVZ/xULE40=
github.com/speakeasy-api/openapi-generation/v2 v2.446.3 h1:X9sbx2SgWbGdd85S91DK9vpHqL3LMFR20ua4UDbJ74Y=
github.com/speakeasy-api/openapi-generation/v2 v2.446.3/go.mod h1:pBDHLrszZpze4DmS/zE2tWqrZw4Dv/mjbuVZ/xULE40=
github.com/speakeasy-api/openapi-overlay v0.9.0 h1:Wrz6NO02cNlLzx1fB093lBlYxSI54VRhy1aSutx0PQg=
github.com/speakeasy-api/openapi-overlay v0.9.0/go.mod h1:f5FloQrHA7MsxYg9djzMD5h6dxrHjVVByWKh7an8TRc=
github.com/speakeasy-api/sdk-gen-config v1.23.7 h1:H1wKo3FMjtgTy5Hik523I8VPDg5FpP0fjbXI6QRiEbE=
Expand Down

0 comments on commit 4ab7459

Please sign in to comment.