Skip to content

Commit ef3d818

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.523.0
1 parent f5ec4c3 commit ef3d818

File tree

6 files changed

+33
-23
lines changed

6 files changed

+33
-23
lines changed

.speakeasy/gen.lock

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 0.16.8
21+
version: 0.16.9
2222
additionalDependencies:
2323
dev:
2424
pytest: ^8.3.3

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.521.0
1+
speakeasyVersion: 1.523.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:0b87c2b72d7517c780ded0cfe5dfdab023a6dfd9b92cd7dabf60c1a1fb8df707
5+
sourceRevisionDigest: sha256:d1c1015587dffe0247cd0ee8055ec379e42987392a745af1c584ede94304f1db
66
sourceBlobDigest: sha256:c953e8db0509e37aba80e033a0e88d6f49904c88b2e43ef83f5ee56a951ca581
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742343197
9+
- speakeasy-sdk-regen-1742822587
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:0b87c2b72d7517c780ded0cfe5dfdab023a6dfd9b92cd7dabf60c1a1fb8df707
15+
sourceRevisionDigest: sha256:d1c1015587dffe0247cd0ee8055ec379e42987392a745af1c584ede94304f1db
1616
sourceBlobDigest: sha256:c953e8db0509e37aba80e033a0e88d6f49904c88b2e43ef83f5ee56a951ca581
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:556a8596ff9e1832f3d88ab769d1ab82fc058267810372c723fdb32de9d239ff
18+
codeSamplesRevisionDigest: sha256:e084f98f7a96840743f2b1b78d2f768a2e7d11381256e4c5c9da23f1baf7deff
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
@@ -623,4 +623,14 @@ Based on:
623623
### Generated
624624
- [python v0.16.8] .
625625
### Releases
626-
- [PyPI v0.16.8] https://pypi.org/project/polar-sdk/0.16.8 - .
626+
- [PyPI v0.16.8] https://pypi.org/project/polar-sdk/0.16.8 - .
627+
628+
## 2025-03-24 13:22:50
629+
### Changes
630+
Based on:
631+
- OpenAPI Doc
632+
- Speakeasy CLI 1.523.0 (2.559.0) https://github.com/speakeasy-api/speakeasy
633+
### Generated
634+
- [python v0.16.9] .
635+
### Releases
636+
- [PyPI v0.16.9] https://pypi.org/project/polar-sdk/0.16.9 - .

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.16.8"
3+
version = "0.16.9"
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.16.8"
6+
__version__: str = "0.16.9"
77
__openapi_doc_version__: str = "0.1.0"
8-
__gen_version__: str = "2.558.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.16.8 2.558.2 0.1.0 polar-sdk"
8+
__gen_version__: str = "2.559.0"
9+
__user_agent__: str = "speakeasy-sdk/python 0.16.9 2.559.0 0.1.0 polar-sdk"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)