Skip to content

chore: 🐝 Update SDK - Generate 0.22.3 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: e7042734-e669-4c36-85da-bbb4a7500ac8
management:
docChecksum: 70f4b001216eeab70ec5d029d5e430c3
docChecksum: cf5e534bdba6ff57dc6032008e63746c
docVersion: 0.1.0
speakeasyVersion: 1.581.2
generationVersion: 2.656.9
releaseVersion: 0.22.2
configChecksum: 2ded8da8aff22d65399e1ec73e55d93e
speakeasyVersion: 1.583.0
generationVersion: 2.658.3
releaseVersion: 0.22.3
configChecksum: ab7a7cfd07a95bc61a693926f0ec5844
repoURL: https://github.com/polarsource/polar-python.git
installationURL: https://github.com/polarsource/polar-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.22.2
version: 0.22.3
additionalDependencies:
dev:
pydantic-ai-slim: ^0.1.0
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.581.2
speakeasyVersion: 1.583.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
sourceRevisionDigest: sha256:6270af5d5bc98e3d606d9b3c0a34a63aff03622238422abbc197076e62c9710a
sourceBlobDigest: sha256:eabd120b9c5293cc2b1774f373a646d3f052d1b2a193601263f098a50c75265b
tags:
- latest
- speakeasy-sdk-regen-1751328994
- speakeasy-sdk-regen-1752624893
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
sourceRevisionDigest: sha256:6270af5d5bc98e3d606d9b3c0a34a63aff03622238422abbc197076e62c9710a
sourceBlobDigest: sha256:eabd120b9c5293cc2b1774f373a646d3f052d1b2a193601263f098a50c75265b
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:0ad7ed5ff862d6d0a8582eddde5c7b0213e1b5e35d494cf0f7f4d04e4081aaf7
codeSamplesRevisionDigest: sha256:1cb8c556b4c7c3506cdcb702d9f788e31bc1da1e152f849d38ac9cb30398f4f1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -823,4 +823,14 @@ Based on:
### Generated
- [python v0.22.2] .
### Releases
- [PyPI v0.22.2] https://pypi.org/project/polar-sdk/0.22.2 - .
- [PyPI v0.22.2] https://pypi.org/project/polar-sdk/0.22.2 - .

## 2025-07-19 00:14:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.583.0 (2.658.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.22.3] .
### Releases
- [PyPI v0.22.3] https://pypi.org/project/polar-sdk/0.22.3 - .
2 changes: 1 addition & 1 deletion docs/sdks/subscriptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ with Polar(

Get a subscription by ID.

**Scopes**: `subscriptions:write`
**Scopes**: `subscriptions:read` `subscriptions:write`

### Example Usage

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "polar-sdk"
version = "0.22.2"
version = "0.22.3"
description = "Polar SDK for Python"
authors = [{ name = "Polar" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions src/polar_sdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "polar-sdk"
__version__: str = "0.22.2"
__version__: str = "0.22.3"
__openapi_doc_version__: str = "0.1.0"
__gen_version__: str = "2.656.9"
__user_agent__: str = "speakeasy-sdk/python 0.22.2 2.656.9 0.1.0 polar-sdk"
__gen_version__: str = "2.658.3"
__user_agent__: str = "speakeasy-sdk/python 0.22.3 2.658.3 0.1.0 polar-sdk"

try:
if __package__ is not None:
Expand Down
4 changes: 2 additions & 2 deletions src/polar_sdk/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def get(

Get a subscription by ID.

**Scopes**: `subscriptions:write`
**Scopes**: `subscriptions:read` `subscriptions:write`

:param id: The subscription ID.
:param retries: Override the default retry configuration for this method
Expand Down Expand Up @@ -641,7 +641,7 @@ async def get_async(

Get a subscription by ID.

**Scopes**: `subscriptions:write`
**Scopes**: `subscriptions:read` `subscriptions:write`

:param id: The subscription ID.
:param retries: Override the default retry configuration for this method
Expand Down