File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: e7042734-e669-4c36-85da-bbb4a7500ac8
33management:
4- docChecksum: 70f4b001216eeab70ec5d029d5e430c3
4+ docChecksum: cf5e534bdba6ff57dc6032008e63746c
55 docVersion: 0.1.0
6- speakeasyVersion: 1.581.2
7- generationVersion: 2.656.9
8- releaseVersion: 0.22.2
9- configChecksum: 2ded8da8aff22d65399e1ec73e55d93e
6+ speakeasyVersion: 1.583.0
7+ generationVersion: 2.658.3
8+ releaseVersion: 0.22.3
9+ configChecksum: ab7a7cfd07a95bc61a693926f0ec5844
1010 repoURL: https://github.com/polarsource/polar-python.git
1111 installationURL: https://github.com/polarsource/polar-python.git
1212 published: true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ generation:
2424 generateNewTests : false
2525 skipResponseBodyAssertions : false
2626python :
27- version : 0.22.2
27+ version : 0.22.3
2828 additionalDependencies :
2929 dev :
3030 pydantic-ai-slim : ^0.1.0
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.581.2
1+ speakeasyVersion: 1.583.0
22sources:
33 Polar-OAS:
44 sourceNamespace: polar-oas
5- sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
6- sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
5+ sourceRevisionDigest: sha256:6270af5d5bc98e3d606d9b3c0a34a63aff03622238422abbc197076e62c9710a
6+ sourceBlobDigest: sha256:eabd120b9c5293cc2b1774f373a646d3f052d1b2a193601263f098a50c75265b
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1751328994
9+ - speakeasy-sdk-regen-1752624893
1010 - 0.1.0
1111targets:
1212 polar:
1313 source: Polar-OAS
1414 sourceNamespace: polar-oas
15- sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
16- sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
15+ sourceRevisionDigest: sha256:6270af5d5bc98e3d606d9b3c0a34a63aff03622238422abbc197076e62c9710a
16+ sourceBlobDigest: sha256:eabd120b9c5293cc2b1774f373a646d3f052d1b2a193601263f098a50c75265b
1717 codeSamplesNamespace: polar-oas-py-code-samples
18- codeSamplesRevisionDigest: sha256:0ad7ed5ff862d6d0a8582eddde5c7b0213e1b5e35d494cf0f7f4d04e4081aaf7
18+ codeSamplesRevisionDigest: sha256:1cb8c556b4c7c3506cdcb702d9f788e31bc1da1e152f849d38ac9cb30398f4f1
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -823,4 +823,14 @@ Based on:
823823### Generated
824824- [ python v0.22.2] .
825825### Releases
826- - [ PyPI v0.22.2] https://pypi.org/project/polar-sdk/0.22.2 - .
826+ - [ PyPI v0.22.2] https://pypi.org/project/polar-sdk/0.22.2 - .
827+
828+ ## 2025-07-21 00:16:13
829+ ### Changes
830+ Based on:
831+ - OpenAPI Doc
832+ - Speakeasy CLI 1.583.0 (2.658.3) https://github.com/speakeasy-api/speakeasy
833+ ### Generated
834+ - [ python v0.22.3] .
835+ ### Releases
836+ - [ PyPI v0.22.3] https://pypi.org/project/polar-sdk/0.22.3 - .
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ with Polar(
108108
109109Get a subscription by ID.
110110
111- ** Scopes** : ` subscriptions:write `
111+ ** Scopes** : ` subscriptions:read ` ` subscriptions: write`
112112
113113### Example Usage
114114
Original file line number Diff line number Diff line change 11[project ]
22name = " polar-sdk"
3- version = " 0.22.2 "
3+ version = " 0.22.3 "
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.22.2 "
6+ __version__ : str = "0.22.3 "
77__openapi_doc_version__ : str = "0.1.0"
8- __gen_version__ : str = "2.656.9 "
9- __user_agent__ : str = "speakeasy-sdk/python 0.22.2 2.656.9 0.1.0 polar-sdk"
8+ __gen_version__ : str = "2.658.3 "
9+ __user_agent__ : str = "speakeasy-sdk/python 0.22.3 2.658.3 0.1.0 polar-sdk"
1010
1111try :
1212 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ def get(
547547
548548 Get a subscription by ID.
549549
550- **Scopes**: `subscriptions:write`
550+ **Scopes**: `subscriptions:read` `subscriptions: write`
551551
552552 :param id: The subscription ID.
553553 :param retries: Override the default retry configuration for this method
@@ -641,7 +641,7 @@ async def get_async(
641641
642642 Get a subscription by ID.
643643
644- **Scopes**: `subscriptions:write`
644+ **Scopes**: `subscriptions:read` `subscriptions: write`
645645
646646 :param id: The subscription ID.
647647 :param retries: Override the default retry configuration for this method
You can’t perform that action at this time.
0 commit comments