File tree 6 files changed +41
-31
lines changed
6 files changed +41
-31
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.3
21
+ version : 0.16.4
22
22
additionalDependencies :
23
23
dev :
24
24
pytest : ^8.3.3
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.509.1
2
2
sources:
3
3
Polar-OAS:
4
4
sourceNamespace: polar-oas
5
- sourceRevisionDigest: sha256:b19c53bcc38ee3a8d0c58117edf0bb0372efa02660b7fb0a112a4f473f88bdb7
5
+ sourceRevisionDigest: sha256:446a45023d179c8245f4e00aee011c84ea2aa160af7089352add714b702bd6b3
6
6
sourceBlobDigest: sha256:4005f4f610b18f88f73db3ddfbcbe89980b6f39342110e3b7249013381a3a63a
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1741190100
9
+ - speakeasy-sdk-regen-1741193496
10
10
- 0.1.0
11
11
targets:
12
12
polar:
13
13
source: Polar-OAS
14
14
sourceNamespace: polar-oas
15
- sourceRevisionDigest: sha256:b19c53bcc38ee3a8d0c58117edf0bb0372efa02660b7fb0a112a4f473f88bdb7
15
+ sourceRevisionDigest: sha256:446a45023d179c8245f4e00aee011c84ea2aa160af7089352add714b702bd6b3
16
16
sourceBlobDigest: sha256:4005f4f610b18f88f73db3ddfbcbe89980b6f39342110e3b7249013381a3a63a
17
17
codeSamplesNamespace: polar-oas-py-code-samples
18
- codeSamplesRevisionDigest: sha256:7f7689420111352a4f946c3e93b22dbbef6adf38e90050ff3e6897519e501bcd
18
+ codeSamplesRevisionDigest: sha256:7337043fa1a78236c22c4fd8b9f0a5e2a73e05b7760f6ffea113b2974d5860cb
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -573,4 +573,14 @@ Based on:
573
573
### Generated
574
574
- [ python v0.16.3] .
575
575
### Releases
576
- - [ PyPI v0.16.3] https://pypi.org/project/polar-sdk/0.16.3 - .
576
+ - [ PyPI v0.16.3] https://pypi.org/project/polar-sdk/0.16.3 - .
577
+
578
+ ## 2025-03-05 16:51:18
579
+ ### Changes
580
+ Based on:
581
+ - OpenAPI Doc
582
+ - Speakeasy CLI 1.509.1 (2.539.1) https://github.com/speakeasy-api/speakeasy
583
+ ### Generated
584
+ - [ python v0.16.4] .
585
+ ### Releases
586
+ - [ PyPI v0.16.4] https://pypi.org/project/polar-sdk/0.16.4 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " polar-sdk"
3
- version = " 0.16.3 "
3
+ version = " 0.16.4 "
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.3 "
6
+ __version__ : str = "0.16.4 "
7
7
__openapi_doc_version__ : str = "0.1.0"
8
8
__gen_version__ : str = "2.539.1"
9
- __user_agent__ : str = "speakeasy-sdk/python 0.16.3 2.539.1 0.1.0 polar-sdk"
9
+ __user_agent__ : str = "speakeasy-sdk/python 0.16.4 2.539.1 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