Skip to content

Commit 65cc6e8

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.533.0
1 parent fea85da commit 65cc6e8

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.1.0
66
speakeasyVersion: 1.533.0
77
generationVersion: 2.578.0
8-
releaseVersion: 0.17.1
9-
configChecksum: 8e2621a6e6bb17321af4d18beab771f1
8+
releaseVersion: 0.17.2
9+
configChecksum: 2c5ee417a57855ea8444055b2575867b
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
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 0.17.1
21+
version: 0.17.2
2222
additionalDependencies:
2323
dev:
2424
pydantic-ai-slim: ^0.1.0

.speakeasy/workflow.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ speakeasyVersion: 1.533.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:08a7e950d201d1bd8844d0dfc523f29db64c34bcb418a516e6ae83e2548100ec
5+
sourceRevisionDigest: sha256:c811bc3fc48e6da32826df29c57f68aedeacafea4deca734f24c14f7aced52bf
66
sourceBlobDigest: sha256:355d7a5e0f98475072e61536187b1252dfb5fe3735e76093e00d50a928c395cc
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1744818173
910
- 0.1.0
1011
targets:
1112
polar:
1213
source: Polar-OAS
1314
sourceNamespace: polar-oas
14-
sourceRevisionDigest: sha256:08a7e950d201d1bd8844d0dfc523f29db64c34bcb418a516e6ae83e2548100ec
15+
sourceRevisionDigest: sha256:c811bc3fc48e6da32826df29c57f68aedeacafea4deca734f24c14f7aced52bf
1516
sourceBlobDigest: sha256:355d7a5e0f98475072e61536187b1252dfb5fe3735e76093e00d50a928c395cc
1617
codeSamplesNamespace: polar-oas-py-code-samples
17-
codeSamplesRevisionDigest: sha256:722ba04b86ac852bfeddd92672a04ed8c0546975065c16e8b3e2936749691a32
18+
codeSamplesRevisionDigest: sha256:714345123f1f7300137b9f0b1479d15561f4318d0d0591f42ea3f1bb1820f786
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,4 +683,14 @@ Based on:
683683
### Generated
684684
- [python v0.17.1] .
685685
### Releases
686-
- [PyPI v0.17.1] https://pypi.org/project/polar-sdk/0.17.1 - .
686+
- [PyPI v0.17.1] https://pypi.org/project/polar-sdk/0.17.1 - .
687+
688+
## 2025-04-16 15:42:37
689+
### Changes
690+
Based on:
691+
- OpenAPI Doc
692+
- Speakeasy CLI 1.533.0 (2.578.0) https://github.com/speakeasy-api/speakeasy
693+
### Generated
694+
- [python v0.17.2] .
695+
### Releases
696+
- [PyPI v0.17.2] https://pypi.org/project/polar-sdk/0.17.2 - .

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.17.1"
3+
version = "0.17.2"
44
description = "Polar SDK for Python"
55
authors = [{ name = "Polar" },]
66
readme = "README-PYPI.md"

src/polar_sdk/_version.py

Lines changed: 2 additions & 2 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.17.1"
6+
__version__: str = "0.17.2"
77
__openapi_doc_version__: str = "0.1.0"
88
__gen_version__: str = "2.578.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.17.1 2.578.0 0.1.0 polar-sdk"
9+
__user_agent__: str = "speakeasy-sdk/python 0.17.2 2.578.0 0.1.0 polar-sdk"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)