Skip to content
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
19 changes: 9 additions & 10 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.32.0
version: 0.32.1
additionalDependencies:
dev:
pydantic-ai-slim: ^0.1.0
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.648.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:9cf091f91ef4a46970ede3273ee33e541c996281ec50ce88b55131f7d05e9b8c
sourceBlobDigest: sha256:bd427b992ceeb027fb3495c84d300ac99b300e03c96a775cd948e837b8ca9994
sourceRevisionDigest: sha256:b8d62b4b520b0fc604bb3af8ead9540fc9832028d7f84136f8a834b1374eaecf
sourceBlobDigest: sha256:6a3caefb6645df4ef1f5e2aa96d7bbe3906e819f89cce7952847a40d45c94cd6
tags:
- latest
- speakeasy-sdk-regen-1781311562
- speakeasy-sdk-regen-1784593801
- 2026-04
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:9cf091f91ef4a46970ede3273ee33e541c996281ec50ce88b55131f7d05e9b8c
sourceBlobDigest: sha256:bd427b992ceeb027fb3495c84d300ac99b300e03c96a775cd948e837b8ca9994
sourceRevisionDigest: sha256:b8d62b4b520b0fc604bb3af8ead9540fc9832028d7f84136f8a834b1374eaecf
sourceBlobDigest: sha256:6a3caefb6645df4ef1f5e2aa96d7bbe3906e819f89cce7952847a40d45c94cd6
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:6351e6c063d48f2c1f108519dd311ee4340131943242e7c054acef26fa717322
codeSamplesRevisionDigest: sha256:b73181cb5ebbc211fc6aadf727ad139703c976418ddfbb21ce5c5a420c9e20b5
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 @@ -1153,4 +1153,14 @@ Based on:
### Generated
- [python v0.32.0] .
### Releases
- [PyPI v0.32.0] https://pypi.org/project/polar-sdk/0.32.0 - .
- [PyPI v0.32.0] https://pypi.org/project/polar-sdk/0.32.0 - .

## 2026-07-21 00:29:39
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.648.0 (2.737.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.32.1] .
### Releases
- [PyPI v0.32.1] https://pypi.org/project/polar-sdk/0.32.1 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "polar-sdk"
version = "0.32.0"
version = "0.32.1"
description = "Polar SDK for Python"
authors = [{ name = "Polar" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 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.32.0"
__version__: str = "0.32.1"
__openapi_doc_version__: str = "2026-04"
__gen_version__: str = "2.737.0"
__user_agent__: str = "speakeasy-sdk/python 0.32.0 2.737.0 2026-04 polar-sdk"
__user_agent__: str = "speakeasy-sdk/python 0.32.1 2.737.0 2026-04 polar-sdk"

try:
if __package__ is not None:
Expand Down