File tree Expand file tree Collapse file tree 8 files changed +31
-21
lines changed Expand file tree Collapse file tree 8 files changed +31
-21
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: e7042734-e669-4c36-85da-bbb4a7500ac8
3
3
management:
4
- docChecksum: 70f4b001216eeab70ec5d029d5e430c3
4
+ docChecksum: cf5e534bdba6ff57dc6032008e63746c
5
5
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
10
10
repoURL: https://github.com/polarsource/polar-python.git
11
11
installationURL: https://github.com/polarsource/polar-python.git
12
12
published: true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ generation:
24
24
generateNewTests : false
25
25
skipResponseBodyAssertions : false
26
26
python :
27
- version : 0.22.2
27
+ version : 0.22.3
28
28
additionalDependencies :
29
29
dev :
30
30
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
2
2
sources:
3
3
Polar-OAS:
4
4
sourceNamespace: polar-oas
5
- sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
6
- sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
5
+ sourceRevisionDigest: sha256:6270af5d5bc98e3d606d9b3c0a34a63aff03622238422abbc197076e62c9710a
6
+ sourceBlobDigest: sha256:eabd120b9c5293cc2b1774f373a646d3f052d1b2a193601263f098a50c75265b
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1751328994
9
+ - speakeasy-sdk-regen-1752624893
10
10
- 0.1.0
11
11
targets:
12
12
polar:
13
13
source: Polar-OAS
14
14
sourceNamespace: polar-oas
15
- sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
16
- sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
15
+ sourceRevisionDigest: sha256:6270af5d5bc98e3d606d9b3c0a34a63aff03622238422abbc197076e62c9710a
16
+ sourceBlobDigest: sha256:eabd120b9c5293cc2b1774f373a646d3f052d1b2a193601263f098a50c75265b
17
17
codeSamplesNamespace: polar-oas-py-code-samples
18
- codeSamplesRevisionDigest: sha256:0ad7ed5ff862d6d0a8582eddde5c7b0213e1b5e35d494cf0f7f4d04e4081aaf7
18
+ codeSamplesRevisionDigest: sha256:1cb8c556b4c7c3506cdcb702d9f788e31bc1da1e152f849d38ac9cb30398f4f1
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -823,4 +823,14 @@ Based on:
823
823
### Generated
824
824
- [ python v0.22.2] .
825
825
### 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(
108
108
109
109
Get a subscription by ID.
110
110
111
- ** Scopes** : ` subscriptions:write `
111
+ ** Scopes** : ` subscriptions:read ` ` subscriptions: write`
112
112
113
113
### Example Usage
114
114
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " polar-sdk"
3
- version = " 0.22.2 "
3
+ version = " 0.22.3 "
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.22.2 "
6
+ __version__ : str = "0.22.3 "
7
7
__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"
10
10
11
11
try :
12
12
if __package__ is not None :
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ def get(
547
547
548
548
Get a subscription by ID.
549
549
550
- **Scopes**: `subscriptions:write`
550
+ **Scopes**: `subscriptions:read` `subscriptions: write`
551
551
552
552
:param id: The subscription ID.
553
553
:param retries: Override the default retry configuration for this method
@@ -641,7 +641,7 @@ async def get_async(
641
641
642
642
Get a subscription by ID.
643
643
644
- **Scopes**: `subscriptions:write`
644
+ **Scopes**: `subscriptions:read` `subscriptions: write`
645
645
646
646
:param id: The subscription ID.
647
647
:param retries: Override the default retry configuration for this method
You can’t perform that action at this time.
0 commit comments