Skip to content

Commit 087d529

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.509.1
1 parent 10b96c5 commit 087d529

File tree

6 files changed

+41
-31
lines changed

6 files changed

+41
-31
lines changed

.speakeasy/gen.lock

+22-22
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
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.3
21+
version: 0.16.4
2222
additionalDependencies:
2323
dev:
2424
pytest: ^8.3.3

.speakeasy/workflow.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.509.1
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:b19c53bcc38ee3a8d0c58117edf0bb0372efa02660b7fb0a112a4f473f88bdb7
5+
sourceRevisionDigest: sha256:446a45023d179c8245f4e00aee011c84ea2aa160af7089352add714b702bd6b3
66
sourceBlobDigest: sha256:4005f4f610b18f88f73db3ddfbcbe89980b6f39342110e3b7249013381a3a63a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741190100
9+
- speakeasy-sdk-regen-1741193496
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:b19c53bcc38ee3a8d0c58117edf0bb0372efa02660b7fb0a112a4f473f88bdb7
15+
sourceRevisionDigest: sha256:446a45023d179c8245f4e00aee011c84ea2aa160af7089352add714b702bd6b3
1616
sourceBlobDigest: sha256:4005f4f610b18f88f73db3ddfbcbe89980b6f39342110e3b7249013381a3a63a
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:7f7689420111352a4f946c3e93b22dbbef6adf38e90050ff3e6897519e501bcd
18+
codeSamplesRevisionDigest: sha256:7337043fa1a78236c22c4fd8b9f0a5e2a73e05b7760f6ffea113b2974d5860cb
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -573,4 +573,14 @@ Based on:
573573
### Generated
574574
- [python v0.16.3] .
575575
### Releases
576-
- [PyPI v0.16.3] https://pypi.org/project/polar-sdk/0.16.3 - .
576+
- [PyPI v0.16.3] https://pypi.org/project/polar-sdk/0.16.3 - .
577+
578+
## 2025-03-05 16:51:18
579+
### Changes
580+
Based on:
581+
- OpenAPI Doc
582+
- Speakeasy CLI 1.509.1 (2.539.1) https://github.com/speakeasy-api/speakeasy
583+
### Generated
584+
- [python v0.16.4] .
585+
### Releases
586+
- [PyPI v0.16.4] https://pypi.org/project/polar-sdk/0.16.4 - .

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polar-sdk"
3-
version = "0.16.3"
3+
version = "0.16.4"
44
description = "Polar SDK for Python"
55
authors = [{ name = "Polar" },]
66
readme = "README-PYPI.md"

src/polar_sdk/_version.py

+2-2
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.3"
6+
__version__: str = "0.16.4"
77
__openapi_doc_version__: str = "0.1.0"
88
__gen_version__: str = "2.539.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.16.3 2.539.1 0.1.0 polar-sdk"
9+
__user_agent__: str = "speakeasy-sdk/python 0.16.4 2.539.1 0.1.0 polar-sdk"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)