File tree 6 files changed +11
-22
lines changed
6 files changed +11
-22
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 0.1.0
6
6
speakeasyVersion: 1.390.8
7
7
generationVersion: 2.409.8
8
- releaseVersion: 0.1.16
9
- configChecksum: 43cb854f8c1160432cc085657e61b849
8
+ releaseVersion: 0.1.15
9
+ configChecksum: 289111a5ff06d5e426f4f5b22d795095
10
10
repoURL: https://github.com/polarsource/polar-python.git
11
11
installationURL: https://github.com/polarsource/polar-python.git
12
12
published: true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
15
15
auth :
16
16
oAuth2ClientCredentialsEnabled : true
17
17
python :
18
- version : 0.1.16
18
+ version : 0.1.15
19
19
additionalDependencies :
20
20
dev : {}
21
21
main : {}
Original file line number Diff line number Diff line change @@ -2,18 +2,17 @@ speakeasyVersion: 1.390.8
2
2
sources:
3
3
Polar-OAS:
4
4
sourceNamespace: polar-oas
5
- sourceRevisionDigest: sha256:3ad874478f1f1dc2d38a48d3bb1262401282f0b7d614e6e99339cd23b5568ac7
6
- sourceBlobDigest: sha256:80c9d7cd57a11439aa781e3aeaee739c70e8774cd5b15aa3c5b1ce8987cc5df4
5
+ sourceRevisionDigest: sha256:588442b4bb4b72abd6324855711c7c8844c5dceace7e7b12353e1aa31fac87a6
6
+ sourceBlobDigest: sha256:f8b2c083d24c6f215d44344fdc06046309914f326a82e47ce2d9579acde7b9ad
7
7
tags:
8
8
- latest
9
- - main
10
9
targets:
11
10
polar:
12
11
source: Polar-OAS
13
12
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
17
16
workflow:
18
17
workflowVersion: 1.0.0
19
18
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -123,13 +123,3 @@ Based on:
123
123
- [ python v0.1.15] .
124
124
### Releases
125
125
- [ 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 - .
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " polar-sdk"
3
- version = " 0.1.16 "
3
+ version = " 0.1.15 "
4
4
description = " Polar SDK for Python"
5
5
authors = [" Polar" ,]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ class SDKConfiguration:
26
26
server_idx : Optional [int ] = 0
27
27
language : str = "python"
28
28
openapi_doc_version : str = "0.1.0"
29
- sdk_version : str = "0.1.16 "
29
+ sdk_version : str = "0.1.15 "
30
30
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"
32
32
retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
33
33
timeout_ms : Optional [int ] = None
34
34
You can’t perform that action at this time.
0 commit comments