Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and frankie567 committed Jan 27, 2025
1 parent d633df9 commit 8c4655c
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 71 deletions.
118 changes: 59 additions & 59 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 0.13.2
version: 0.13.3
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.474.1
speakeasyVersion: 1.476.1
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:5b7b24e3c9ae1fc5c1ed435a392c44938f4e847e30f35e2564d462d8f6c87e73
sourceBlobDigest: sha256:a2c4a9d1003b730a2305769700bfb4c9028732a336ffa7c8c219658d82bd24a1
sourceRevisionDigest: sha256:5ac6765de95a4d3c3dcb08e872748b75894f202f863f1437fe03f3aeadb9ba6c
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
tags:
- latest
- speakeasy-sdk-regen-1737159098
- speakeasy-sdk-regen-1737936743
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:5b7b24e3c9ae1fc5c1ed435a392c44938f4e847e30f35e2564d462d8f6c87e73
sourceBlobDigest: sha256:a2c4a9d1003b730a2305769700bfb4c9028732a336ffa7c8c219658d82bd24a1
sourceRevisionDigest: sha256:5ac6765de95a4d3c3dcb08e872748b75894f202f863f1437fe03f3aeadb9ba6c
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:29d5128ec94cde6a82bab844ffce3d9b81333400ecc451d874e535a51ddb770f
codeSamplesRevisionDigest: sha256:3e9ad7ac8b1808a75b17d46ef024326b6d113ff2df9aa814f70c1bf8145156a4
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,14 @@ Based on:
### Generated
- [python v0.13.2] .
### Releases
- [PyPI v0.13.2] https://pypi.org/project/polar-sdk/0.13.2 - .
- [PyPI v0.13.2] https://pypi.org/project/polar-sdk/0.13.2 - .

## 2025-01-27 00:12:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.476.1 (2.495.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.13.3] .
### Releases
- [PyPI v0.13.3] https://pypi.org/project/polar-sdk/0.13.3 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "polar-sdk"
version = "0.13.2"
version = "0.13.3"
description = "Polar SDK for Python"
authors = [{ name = "Polar" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/polar_sdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "polar-sdk"
__version__: str = "0.13.2"
__version__: str = "0.13.3"
__openapi_doc_version__: str = "0.1.0"
__gen_version__: str = "2.495.1"
__user_agent__: str = "speakeasy-sdk/python 0.13.2 2.495.1 0.1.0 polar-sdk"
__user_agent__: str = "speakeasy-sdk/python 0.13.3 2.495.1 0.1.0 polar-sdk"

try:
if __package__ is not None:
Expand Down

0 comments on commit 8c4655c

Please sign in to comment.