File tree Expand file tree Collapse file tree 6 files changed +33
-23
lines changed Expand file tree Collapse file tree 6 files changed +33
-23
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
18
18
oAuth2ClientCredentialsEnabled : true
19
19
oAuth2PasswordEnabled : false
20
20
python :
21
- version : 0.16.8
21
+ version : 0.16.9
22
22
additionalDependencies :
23
23
dev :
24
24
pytest : ^8.3.3
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.521 .0
1
+ speakeasyVersion: 1.523 .0
2
2
sources:
3
3
Polar-OAS:
4
4
sourceNamespace: polar-oas
5
- sourceRevisionDigest: sha256:0b87c2b72d7517c780ded0cfe5dfdab023a6dfd9b92cd7dabf60c1a1fb8df707
5
+ sourceRevisionDigest: sha256:d1c1015587dffe0247cd0ee8055ec379e42987392a745af1c584ede94304f1db
6
6
sourceBlobDigest: sha256:c953e8db0509e37aba80e033a0e88d6f49904c88b2e43ef83f5ee56a951ca581
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1742343197
9
+ - speakeasy-sdk-regen-1742822587
10
10
- 0.1.0
11
11
targets:
12
12
polar:
13
13
source: Polar-OAS
14
14
sourceNamespace: polar-oas
15
- sourceRevisionDigest: sha256:0b87c2b72d7517c780ded0cfe5dfdab023a6dfd9b92cd7dabf60c1a1fb8df707
15
+ sourceRevisionDigest: sha256:d1c1015587dffe0247cd0ee8055ec379e42987392a745af1c584ede94304f1db
16
16
sourceBlobDigest: sha256:c953e8db0509e37aba80e033a0e88d6f49904c88b2e43ef83f5ee56a951ca581
17
17
codeSamplesNamespace: polar-oas-py-code-samples
18
- codeSamplesRevisionDigest: sha256:556a8596ff9e1832f3d88ab769d1ab82fc058267810372c723fdb32de9d239ff
18
+ codeSamplesRevisionDigest: sha256:e084f98f7a96840743f2b1b78d2f768a2e7d11381256e4c5c9da23f1baf7deff
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -623,4 +623,14 @@ Based on:
623
623
### Generated
624
624
- [ python v0.16.8] .
625
625
### Releases
626
- - [ PyPI v0.16.8] https://pypi.org/project/polar-sdk/0.16.8 - .
626
+ - [ PyPI v0.16.8] https://pypi.org/project/polar-sdk/0.16.8 - .
627
+
628
+ ## 2025-03-24 13:22:50
629
+ ### Changes
630
+ Based on:
631
+ - OpenAPI Doc
632
+ - Speakeasy CLI 1.523.0 (2.559.0) https://github.com/speakeasy-api/speakeasy
633
+ ### Generated
634
+ - [ python v0.16.9] .
635
+ ### Releases
636
+ - [ PyPI v0.16.9] https://pypi.org/project/polar-sdk/0.16.9 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " polar-sdk"
3
- version = " 0.16.8 "
3
+ version = " 0.16.9 "
4
4
description = " Polar SDK for Python"
5
5
authors = [{ name = " Polar" },]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "polar-sdk"
6
- __version__ : str = "0.16.8 "
6
+ __version__ : str = "0.16.9 "
7
7
__openapi_doc_version__ : str = "0.1.0"
8
- __gen_version__ : str = "2.558.2 "
9
- __user_agent__ : str = "speakeasy-sdk/python 0.16.8 2.558.2 0.1.0 polar-sdk"
8
+ __gen_version__ : str = "2.559.0 "
9
+ __user_agent__ : str = "speakeasy-sdk/python 0.16.9 2.559.0 0.1.0 polar-sdk"
10
10
11
11
try :
12
12
if __package__ is not None :
You can’t perform that action at this time.
0 commit comments