Skip to content

Commit 9d4c755

Browse files
committed
Force version
1 parent 3b6875f commit 9d4c755

File tree

6 files changed

+11
-22
lines changed

6 files changed

+11
-22
lines changed

.speakeasy/gen.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.1.0
66
speakeasyVersion: 1.390.8
77
generationVersion: 2.409.8
8-
releaseVersion: 0.1.16
9-
configChecksum: 43cb854f8c1160432cc085657e61b849
8+
releaseVersion: 0.1.15
9+
configChecksum: 289111a5ff06d5e426f4f5b22d795095
1010
repoURL: https://github.com/polarsource/polar-python.git
1111
installationURL: https://github.com/polarsource/polar-python.git
1212
published: true

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
auth:
1616
oAuth2ClientCredentialsEnabled: true
1717
python:
18-
version: 0.1.16
18+
version: 0.1.15
1919
additionalDependencies:
2020
dev: {}
2121
main: {}

.speakeasy/workflow.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ speakeasyVersion: 1.390.8
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:3ad874478f1f1dc2d38a48d3bb1262401282f0b7d614e6e99339cd23b5568ac7
6-
sourceBlobDigest: sha256:80c9d7cd57a11439aa781e3aeaee739c70e8774cd5b15aa3c5b1ce8987cc5df4
5+
sourceRevisionDigest: sha256:588442b4bb4b72abd6324855711c7c8844c5dceace7e7b12353e1aa31fac87a6
6+
sourceBlobDigest: sha256:f8b2c083d24c6f215d44344fdc06046309914f326a82e47ce2d9579acde7b9ad
77
tags:
88
- latest
9-
- main
109
targets:
1110
polar:
1211
source: Polar-OAS
1312
sourceNamespace: polar-oas
14-
sourceRevisionDigest: sha256:3ad874478f1f1dc2d38a48d3bb1262401282f0b7d614e6e99339cd23b5568ac7
15-
sourceBlobDigest: sha256:80c9d7cd57a11439aa781e3aeaee739c70e8774cd5b15aa3c5b1ce8987cc5df4
16-
outLocation: /github/workspace/repo
13+
sourceRevisionDigest: sha256:588442b4bb4b72abd6324855711c7c8844c5dceace7e7b12353e1aa31fac87a6
14+
sourceBlobDigest: sha256:f8b2c083d24c6f215d44344fdc06046309914f326a82e47ce2d9579acde7b9ad
15+
outLocation: /Users/fvoron/Development/polar-python
1716
workflow:
1817
workflowVersion: 1.0.0
1918
speakeasyVersion: latest

RELEASES.md

-10
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,3 @@ Based on:
123123
- [python v0.1.15] .
124124
### Releases
125125
- [PyPI v0.1.15] https://pypi.org/project/polar-sdk/0.1.15 - .
126-
127-
## 2024-09-06 12:53:11
128-
### Changes
129-
Based on:
130-
- OpenAPI Doc
131-
- Speakeasy CLI 1.390.8 (2.409.8) https://github.com/speakeasy-api/speakeasy
132-
### Generated
133-
- [python v0.1.16] .
134-
### Releases
135-
- [PyPI v0.1.16] https://pypi.org/project/polar-sdk/0.1.16 - .

pyproject.toml

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

src/polar_sdk/sdkconfiguration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
server_idx: Optional[int] = 0
2727
language: str = "python"
2828
openapi_doc_version: str = "0.1.0"
29-
sdk_version: str = "0.1.16"
29+
sdk_version: str = "0.1.15"
3030
gen_version: str = "2.409.8"
31-
user_agent: str = "speakeasy-sdk/python 0.1.16 2.409.8 0.1.0 polar-sdk"
31+
user_agent: str = "speakeasy-sdk/python 0.1.15 2.409.8 0.1.0 polar-sdk"
3232
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
3333
timeout_ms: Optional[int] = None
3434

0 commit comments

Comments
 (0)