File tree Expand file tree Collapse file tree 6 files changed +21
-10
lines changed Expand file tree Collapse file tree 6 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.1.0
66 speakeasyVersion: 1.533.0
77 generationVersion: 2.578.0
8- releaseVersion: 0.17.1
9- configChecksum: 8e2621a6e6bb17321af4d18beab771f1
8+ releaseVersion: 0.17.2
9+ configChecksum: 2c5ee417a57855ea8444055b2575867b
1010 repoURL: https://github.com/polarsource/polar-python.git
1111 installationURL: https://github.com/polarsource/polar-python.git
1212 published: true
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
1818 oAuth2ClientCredentialsEnabled : true
1919 oAuth2PasswordEnabled : false
2020python :
21- version : 0.17.1
21+ version : 0.17.2
2222 additionalDependencies :
2323 dev :
2424 pydantic-ai-slim : ^0.1.0
Original file line number Diff line number Diff line change @@ -2,19 +2,20 @@ speakeasyVersion: 1.533.0
22sources:
33 Polar-OAS:
44 sourceNamespace: polar-oas
5- sourceRevisionDigest: sha256:08a7e950d201d1bd8844d0dfc523f29db64c34bcb418a516e6ae83e2548100ec
5+ sourceRevisionDigest: sha256:c811bc3fc48e6da32826df29c57f68aedeacafea4deca734f24c14f7aced52bf
66 sourceBlobDigest: sha256:355d7a5e0f98475072e61536187b1252dfb5fe3735e76093e00d50a928c395cc
77 tags:
88 - latest
9+ - speakeasy-sdk-regen-1744818173
910 - 0.1.0
1011targets:
1112 polar:
1213 source: Polar-OAS
1314 sourceNamespace: polar-oas
14- sourceRevisionDigest: sha256:08a7e950d201d1bd8844d0dfc523f29db64c34bcb418a516e6ae83e2548100ec
15+ sourceRevisionDigest: sha256:c811bc3fc48e6da32826df29c57f68aedeacafea4deca734f24c14f7aced52bf
1516 sourceBlobDigest: sha256:355d7a5e0f98475072e61536187b1252dfb5fe3735e76093e00d50a928c395cc
1617 codeSamplesNamespace: polar-oas-py-code-samples
17- codeSamplesRevisionDigest: sha256:722ba04b86ac852bfeddd92672a04ed8c0546975065c16e8b3e2936749691a32
18+ codeSamplesRevisionDigest: sha256:714345123f1f7300137b9f0b1479d15561f4318d0d0591f42ea3f1bb1820f786
1819workflow:
1920 workflowVersion: 1.0.0
2021 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -683,4 +683,14 @@ Based on:
683683### Generated
684684- [ python v0.17.1] .
685685### Releases
686- - [ PyPI v0.17.1] https://pypi.org/project/polar-sdk/0.17.1 - .
686+ - [ PyPI v0.17.1] https://pypi.org/project/polar-sdk/0.17.1 - .
687+
688+ ## 2025-04-16 15:42:37
689+ ### Changes
690+ Based on:
691+ - OpenAPI Doc
692+ - Speakeasy CLI 1.533.0 (2.578.0) https://github.com/speakeasy-api/speakeasy
693+ ### Generated
694+ - [ python v0.17.2] .
695+ ### Releases
696+ - [ PyPI v0.17.2] https://pypi.org/project/polar-sdk/0.17.2 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " polar-sdk"
3- version = " 0.17.1 "
3+ version = " 0.17.2 "
44description = " Polar SDK for Python"
55authors = [{ name = " Polar" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "polar-sdk"
6- __version__ : str = "0.17.1 "
6+ __version__ : str = "0.17.2 "
77__openapi_doc_version__ : str = "0.1.0"
88__gen_version__ : str = "2.578.0"
9- __user_agent__ : str = "speakeasy-sdk/python 0.17.1 2.578.0 0.1.0 polar-sdk"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.17.2 2.578.0 0.1.0 polar-sdk"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments