Skip to content

Commit

Permalink
feat: added x-speakeasy-retries support to python and typescript SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 6, 2023
1 parent 6a3542e commit 65657d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/hexops/gotextdiff v1.0.3
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/speakeasy-api/openapi-generation v1.9.3
github.com/speakeasy-api/openapi-generation v1.10.0
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.13.0
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,8 @@ github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNX
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/speakeasy-api/openapi-generation v1.9.0 h1:k3iGWzi+dDUrGd1sZbpvOnDaC5pHGvciqXpMW5mJXF4=
github.com/speakeasy-api/openapi-generation v1.9.0/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/openapi-generation v1.9.1 h1:GYpggl94C9qsAdeqj4sl0JbQub4nCIVizWX+zhluT8Y=
github.com/speakeasy-api/openapi-generation v1.9.1/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/openapi-generation v1.9.2 h1:dP3WCENNOmZf47n8E2NGiPEgUGthzPcLm6+Lfqbx6Zw=
github.com/speakeasy-api/openapi-generation v1.9.2/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/openapi-generation v1.10.0 h1:MkoT2hxTf/pIaWMKuZBrCRRx4Zw7piAQkqq4wkOVjMQ=
github.com/speakeasy-api/openapi-generation v1.10.0/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3 h1:+8KDzksf+IgIz4NuEMopi0yP2ly59zMGSHdc1ZwEQ9s=
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3/go.mod h1:GkGNv8JpG5P3dH8SQJdyL+vqg51yiOMhGifqUPcekeM=
github.com/speakeasy-api/speakeasy-core v0.0.0-20220906154214-c4cfc66c4bb7 h1:3rKvk9/Xgj7ugJ3eGq3w4A+IW27U1lmQ+pBOMpbP6e8=
Expand Down

0 comments on commit 65657d4

Please sign in to comment.