File tree 6 files changed +36
-26
lines changed
6 files changed +36
-26
lines changed Load Diff Large diffs are not rendered by default.
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.2.0
18
+ version : 0.2.1
19
19
additionalDependencies :
20
20
dev : {}
21
21
main : {}
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.396.6
1
+ speakeasyVersion: 1.396.9
2
2
sources:
3
3
Polar-OAS:
4
4
sourceNamespace: polar-oas
5
- sourceRevisionDigest: sha256:0502a3ca7e6eed57c9a919879c2d4ebfccaaecee7212be65799b92f05172c1ec
6
- sourceBlobDigest: sha256:c2e4dffc6f8f6d109ae7f5ea850208157a075e6238ea553dc592682171bb455d
5
+ sourceRevisionDigest: sha256:1fb71d4509aaee9290fe2f3dc13359981248ec6af7551addb70c963d30be76ee
6
+ sourceBlobDigest: sha256:f39249092d24cd7b2d2b9ebdd9643162901b4765ed7e6bcc382dcffd39d7b490
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
polar:
12
12
source: Polar-OAS
13
13
sourceNamespace: polar-oas
14
- sourceRevisionDigest: sha256:0502a3ca7e6eed57c9a919879c2d4ebfccaaecee7212be65799b92f05172c1ec
15
- sourceBlobDigest: sha256:c2e4dffc6f8f6d109ae7f5ea850208157a075e6238ea553dc592682171bb455d
14
+ sourceRevisionDigest: sha256:1fb71d4509aaee9290fe2f3dc13359981248ec6af7551addb70c963d30be76ee
15
+ sourceBlobDigest: sha256:f39249092d24cd7b2d2b9ebdd9643162901b4765ed7e6bcc382dcffd39d7b490
16
16
workflow:
17
17
workflowVersion: 1.0.0
18
18
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -133,4 +133,14 @@ Based on:
133
133
### Generated
134
134
- [ python v0.2.0] .
135
135
### Releases
136
- - [ PyPI v0.2.0] https://pypi.org/project/polar-sdk/0.2.0 - .
136
+ - [ PyPI v0.2.0] https://pypi.org/project/polar-sdk/0.2.0 - .
137
+
138
+ ## 2024-09-16 00:11:57
139
+ ### Changes
140
+ Based on:
141
+ - OpenAPI Doc
142
+ - Speakeasy CLI 1.396.9 (2.415.7) https://github.com/speakeasy-api/speakeasy
143
+ ### Generated
144
+ - [ python v0.2.1] .
145
+ ### Releases
146
+ - [ PyPI v0.2.1] https://pypi.org/project/polar-sdk/0.2.1 - .
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " polar-sdk"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
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.2.0 "
30
- gen_version : str = "2.415.6 "
31
- user_agent : str = "speakeasy-sdk/python 0.2.0 2.415.6 0.1.0 polar-sdk"
29
+ sdk_version : str = "0.2.1 "
30
+ gen_version : str = "2.415.7 "
31
+ user_agent : str = "speakeasy-sdk/python 0.2.1 2.415.7 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