Skip to content

Commit 85bbdba

Browse files
chore: 🐝 Update SDK - Generate SDK 2.0.2
1 parent f13c542 commit 85bbdba

14 files changed

Lines changed: 72 additions & 45 deletions

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
python:
32-
version: 2.0.1
32+
version: 2.0.2
3333
additionalDependencies:
3434
dev:
3535
freezegun: ^1.5.1

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.758.0
1+
speakeasyVersion: 1.759.1
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:e1197bf20c00f29d6c25069d3bd13a54d45544e5c3652308fd401249448c5acc
6-
sourceBlobDigest: sha256:54be4bb008274e110fad02ff485ffe45d798617ab864c07bd69db8397340998e
5+
sourceRevisionDigest: sha256:3931a00d82723d2185d4dfb2a5eabc99159914480ca8a7ce04f89a304a76bee2
6+
sourceBlobDigest: sha256:b2231c84b1103e154fa5b4c73b071e537ba98c683d0ae5ab16ba395a7178e232
77
tags:
88
- latest
99
- 1.0.0
1010
targets:
1111
python:
1212
source: openapi
1313
sourceNamespace: openapi
14-
sourceRevisionDigest: sha256:e1197bf20c00f29d6c25069d3bd13a54d45544e5c3652308fd401249448c5acc
15-
sourceBlobDigest: sha256:54be4bb008274e110fad02ff485ffe45d798617ab864c07bd69db8397340998e
14+
sourceRevisionDigest: sha256:3931a00d82723d2185d4dfb2a5eabc99159914480ca8a7ce04f89a304a76bee2
15+
sourceBlobDigest: sha256:b2231c84b1103e154fa5b4c73b071e537ba98c683d0ae5ab16ba395a7178e232
1616
codeSamplesNamespace: openapi-python-code-samples
17-
codeSamplesRevisionDigest: sha256:80b754db2f93a1d77f6783cd7d97ba80b04f68ef7b239fd15efe4c9a493358b7
17+
codeSamplesRevisionDigest: sha256:93e771e7f7863b8abdef2577d2ca8cac1b551f9f01ae198bb570681eb0720ee6
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,4 +1448,14 @@ Based on:
14481448
### Generated
14491449
- [python v2.0.1] .
14501450
### Releases
1451-
- [PyPI v2.0.1] https://pypi.org/project/gr4vy/2.0.1 - .
1451+
- [PyPI v2.0.1] https://pypi.org/project/gr4vy/2.0.1 - .
1452+
1453+
## 2026-03-24 10:18:52
1454+
### Changes
1455+
Based on:
1456+
- OpenAPI Doc
1457+
- Speakeasy CLI 1.759.1 (2.869.10) https://github.com/speakeasy-api/speakeasy
1458+
### Generated
1459+
- [python v2.0.2] .
1460+
### Releases
1461+
- [PyPI v2.0.2] https://pypi.org/project/gr4vy/2.0.2 - .

β€Ždocs/errors/error409.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| `code` | *Optional[str]* | :heavy_minus_sign: | Always `duplicate_record` | duplicate_record |
1010
| `status` | *Optional[int]* | :heavy_minus_sign: | Always `409`. | 409 |
1111
| `message` | *Optional[str]* | :heavy_minus_sign: | A human readable message that provides more context to the error. | Request failed validation |
12-
| `details` | List[[models.ErrorDetail](../models/errordetail.md)] | :heavy_minus_sign: | A list of details that further ellaborate on the error. | |
12+
| `details` | List[[models.ErrorDetail](../models/errordetail.md)] | :heavy_minus_sign: | A list of details that further ellaborate on the error. | |
13+
| `resource_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the conflicting resource. | cdc70639-cb9c-4222-a73f-b8ce39f7821b |

β€Ždocs/models/method.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ This is an open enum. Unrecognized values will not fail type checks.
108108
- `"sofort"`
109109
- `"spei"`
110110
- `"stitch"`
111+
- `"swish"`
111112
- `"stripedd"`
112113
- `"stripetoken"`
113114
- `"tapi"`

β€Ždocs/models/redirectpaymentmethodcreatemethod.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ This is an open enum. Unrecognized values will not fail type checks.
100100
- `"sofort"`
101101
- `"spei"`
102102
- `"stitch"`
103+
- `"swish"`
103104
- `"stripedd"`
104105
- `"stripetoken"`
105106
- `"tapi"`

β€Ždocs/models/transactionconnectionoptions.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| `adyen_pix` | [OptionalNullable[models.AdyenOptions]](../models/adyenoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `adyen-pix` connector. |
1616
| `adyen_sepa` | [OptionalNullable[models.AdyenSepaOptions]](../models/adyensepaoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `adyen-sepa` connector. |
1717
| `adyen_sofort` | [OptionalNullable[models.AdyenOptions]](../models/adyenoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `adyen-sofort` connector. |
18+
| `adyen_swish` | [OptionalNullable[models.AdyenOptions]](../models/adyenoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `adyen-swish` connector. |
1819
| `adyen_vipps` | [OptionalNullable[models.AdyenOptions]](../models/adyenoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `adyen-vipps` connector. |
1920
| `affirm_affirm` | [OptionalNullable[models.AffirmOptions]](../models/affirmoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `affirm-affirm` connector. |
2021
| `braintree_card` | [OptionalNullable[models.BraintreeOptions]](../models/braintreeoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `braintree-card` connector. |

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "gr4vy"
4-
version = "2.0.1"
4+
version = "2.0.2"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Gr4vy" },]
77
readme = "README-PYPI.md"

β€Žsrc/gr4vy/_version.pyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "gr4vy"
6-
__version__: str = "2.0.1"
6+
__version__: str = "2.0.2"
77
__openapi_doc_version__: str = "1.0.0"
8-
__gen_version__: str = "2.866.2"
9-
__user_agent__: str = "speakeasy-sdk/python 2.0.1 2.866.2 1.0.0 gr4vy"
8+
__gen_version__: str = "2.869.10"
9+
__user_agent__: str = "speakeasy-sdk/python 2.0.2 2.869.10 1.0.0 gr4vy"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)