File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
1818 oAuth2ClientCredentialsEnabled : true
1919 oAuth2PasswordEnabled : false
2020python :
21- version : 0.16.3
21+ version : 0.16.4
2222 additionalDependencies :
2323 dev :
2424 pytest : ^8.3.3
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.509.1
22sources:
33 Polar-OAS:
44 sourceNamespace: polar-oas
5- sourceRevisionDigest: sha256:b19c53bcc38ee3a8d0c58117edf0bb0372efa02660b7fb0a112a4f473f88bdb7
5+ sourceRevisionDigest: sha256:446a45023d179c8245f4e00aee011c84ea2aa160af7089352add714b702bd6b3
66 sourceBlobDigest: sha256:4005f4f610b18f88f73db3ddfbcbe89980b6f39342110e3b7249013381a3a63a
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1741190100
9+ - speakeasy-sdk-regen-1741193496
1010 - 0.1.0
1111targets:
1212 polar:
1313 source: Polar-OAS
1414 sourceNamespace: polar-oas
15- sourceRevisionDigest: sha256:b19c53bcc38ee3a8d0c58117edf0bb0372efa02660b7fb0a112a4f473f88bdb7
15+ sourceRevisionDigest: sha256:446a45023d179c8245f4e00aee011c84ea2aa160af7089352add714b702bd6b3
1616 sourceBlobDigest: sha256:4005f4f610b18f88f73db3ddfbcbe89980b6f39342110e3b7249013381a3a63a
1717 codeSamplesNamespace: polar-oas-py-code-samples
18- codeSamplesRevisionDigest: sha256:7f7689420111352a4f946c3e93b22dbbef6adf38e90050ff3e6897519e501bcd
18+ codeSamplesRevisionDigest: sha256:7337043fa1a78236c22c4fd8b9f0a5e2a73e05b7760f6ffea113b2974d5860cb
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -573,4 +573,14 @@ Based on:
573573### Generated
574574- [ python v0.16.3] .
575575### 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 11[project ]
22name = " polar-sdk"
3- version = " 0.16.3 "
3+ version = " 0.16.4 "
44description = " Polar SDK for Python"
55authors = [{ name = " Polar" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "polar-sdk"
6- __version__ : str = "0.16.3 "
6+ __version__ : str = "0.16.4 "
77__openapi_doc_version__ : str = "0.1.0"
88__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"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments