Skip to content

Commit fd894a6

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.583.0
1 parent 3ae2953 commit fd894a6

File tree

8 files changed

+31
-21
lines changed

8 files changed

+31
-21
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: e7042734-e669-4c36-85da-bbb4a7500ac8
33
management:
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

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.22.2
27+
version: 0.22.3
2828
additionalDependencies:
2929
dev:
3030
pydantic-ai-slim: ^0.1.0

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.581.2
1+
speakeasyVersion: 1.583.0
22
sources:
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
1111
targets:
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
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

docs/sdks/subscriptions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ with Polar(
108108

109109
Get a subscription by ID.
110110

111-
**Scopes**: `subscriptions:write`
111+
**Scopes**: `subscriptions:read` `subscriptions:write`
112112

113113
### Example Usage
114114

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polar-sdk"
3-
version = "0.22.2"
3+
version = "0.22.3"
44
description = "Polar SDK for Python"
55
authors = [{ name = "Polar" },]
66
readme = "README-PYPI.md"

src/polar_sdk/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import 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

1111
try:
1212
if __package__ is not None:

src/polar_sdk/subscriptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)