File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
1515 auth :
1616 oAuth2ClientCredentialsEnabled : true
1717python :
18- version : 0.2.0
18+ version : 0.2.1
1919 additionalDependencies :
2020 dev : {}
2121 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.396.6
1+ speakeasyVersion: 1.396.9
22sources:
33 Polar-OAS:
44 sourceNamespace: polar-oas
5- sourceRevisionDigest: sha256:0502a3ca7e6eed57c9a919879c2d4ebfccaaecee7212be65799b92f05172c1ec
6- sourceBlobDigest: sha256:c2e4dffc6f8f6d109ae7f5ea850208157a075e6238ea553dc592682171bb455d
5+ sourceRevisionDigest: sha256:1fb71d4509aaee9290fe2f3dc13359981248ec6af7551addb70c963d30be76ee
6+ sourceBlobDigest: sha256:f39249092d24cd7b2d2b9ebdd9643162901b4765ed7e6bcc382dcffd39d7b490
77 tags:
88 - latest
99 - main
1010targets:
1111 polar:
1212 source: Polar-OAS
1313 sourceNamespace: polar-oas
14- sourceRevisionDigest: sha256:0502a3ca7e6eed57c9a919879c2d4ebfccaaecee7212be65799b92f05172c1ec
15- sourceBlobDigest: sha256:c2e4dffc6f8f6d109ae7f5ea850208157a075e6238ea553dc592682171bb455d
14+ sourceRevisionDigest: sha256:1fb71d4509aaee9290fe2f3dc13359981248ec6af7551addb70c963d30be76ee
15+ sourceBlobDigest: sha256:f39249092d24cd7b2d2b9ebdd9643162901b4765ed7e6bcc382dcffd39d7b490
1616workflow:
1717 workflowVersion: 1.0.0
1818 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -133,4 +133,14 @@ Based on:
133133### Generated
134134- [ python v0.2.0] .
135135### 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 11[tool .poetry ]
22name = " polar-sdk"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " Polar SDK for Python"
55authors = [" Polar" ,]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff 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.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"
3232 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
3333 timeout_ms : Optional [int ] = None
3434
You can’t perform that action at this time.
0 commit comments