diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index dd3532eb..97f1d2f3 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.488.0 sources: Gusto-OAS: sourceNamespace: gusto-oas - sourceRevisionDigest: sha256:238de06f340cac5fca37f16c17b652afbc33c9bbedc14b1ba6959431403faf7d + sourceRevisionDigest: sha256:74665203bcbdbd7738a1f84d2d30fca1e5f9632b9c27048ab670489db0bbf419 sourceBlobDigest: sha256:a8e49c6e476c51ffcc73653a800deb3d3eca380083f2b4f9d227813c97a6197d tags: - latest - - speakeasy-sdk-regen-1739294785 + - speakeasy-sdk-regen-1739295921 - "2024-04-01" targets: gusto: source: Gusto-OAS sourceNamespace: gusto-oas - sourceRevisionDigest: sha256:238de06f340cac5fca37f16c17b652afbc33c9bbedc14b1ba6959431403faf7d + sourceRevisionDigest: sha256:74665203bcbdbd7738a1f84d2d30fca1e5f9632b9c27048ab670489db0bbf419 sourceBlobDigest: sha256:a8e49c6e476c51ffcc73653a800deb3d3eca380083f2b4f9d227813c97a6197d codeSamplesNamespace: gusto-oas-python-code-samples - codeSamplesRevisionDigest: sha256:8d05906f59af4730523a2e0d3419ce606cfee52129ff26769197f0d0cd9f96fa + codeSamplesRevisionDigest: sha256:94d03ed8df17a6e1bb5f40a00eefd4e963ef03d0b381d38ed1be4108dfee5a30 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/gusto_embedded/.speakeasy/gen.lock b/gusto_embedded/.speakeasy/gen.lock index ac991d0e..b5066753 100644 --- a/gusto_embedded/.speakeasy/gen.lock +++ b/gusto_embedded/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: "2024-04-01" speakeasyVersion: 1.488.0 generationVersion: 2.506.0 - releaseVersion: 0.0.6 - configChecksum: 01809b46ec50497b0e93674c07466be6 + releaseVersion: 0.0.7 + configChecksum: 750ca3f863d4cc76d213754fdd03e77d repoURL: https://github.com/Gusto/gusto-python-client.git repoSubDirectory: gusto_embedded installationURL: https://github.com/Gusto/gusto-python-client.git#subdirectory=gusto_embedded diff --git a/gusto_embedded/.speakeasy/gen.yaml b/gusto_embedded/.speakeasy/gen.yaml index f36a11b8..403a3337 100644 --- a/gusto_embedded/.speakeasy/gen.yaml +++ b/gusto_embedded/.speakeasy/gen.yaml @@ -16,7 +16,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: true python: - version: 0.0.6 + version: 0.0.7 additionalDependencies: dev: {} main: {} diff --git a/gusto_embedded/README-PYPI.md b/gusto_embedded/README-PYPI.md index 4a724a7f..17de2673 100644 --- a/gusto_embedded/README-PYPI.md +++ b/gusto_embedded/README-PYPI.md @@ -10,10 +10,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *gust -

-> [!IMPORTANT] -> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/gusto/ruby-sdk). Delete this section before > publishing to a package manager. - ## Summary @@ -973,7 +969,7 @@ looking for the latest version. ## Contributions -While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. -We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release. +While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. +We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release. ### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=gusto&utm_campaign=python) diff --git a/gusto_embedded/RELEASES.md b/gusto_embedded/RELEASES.md index 1e17f8f9..77aae873 100644 --- a/gusto_embedded/RELEASES.md +++ b/gusto_embedded/RELEASES.md @@ -16,4 +16,14 @@ Based on: ### Generated - [python v0.0.6] gusto_embedded ### Releases -- [PyPI v0.0.6] https://pypi.org/project/gusto_embedded/0.0.6 - gusto_embedded \ No newline at end of file +- [PyPI v0.0.6] https://pypi.org/project/gusto_embedded/0.0.6 - gusto_embedded + +## 2025-02-11 17:45:05 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.488.0 (2.506.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.0.7] gusto_embedded +### Releases +- [PyPI v0.0.7] https://pypi.org/project/gusto_embedded/0.0.7 - gusto_embedded \ No newline at end of file diff --git a/gusto_embedded/pyproject.toml b/gusto_embedded/pyproject.toml index 11b45ea5..4120a022 100644 --- a/gusto_embedded/pyproject.toml +++ b/gusto_embedded/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gusto_embedded" -version = "0.0.6" +version = "0.0.7" description = "Python Client SDK Generated by Speakeasy." authors = [{ name = "Speakeasy" },] readme = "README-PYPI.md" diff --git a/gusto_embedded/src/gusto_embedded/_version.py b/gusto_embedded/src/gusto_embedded/_version.py index e1da24c2..bfbf92b4 100644 --- a/gusto_embedded/src/gusto_embedded/_version.py +++ b/gusto_embedded/src/gusto_embedded/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "gusto_embedded" -__version__: str = "0.0.6" +__version__: str = "0.0.7" __openapi_doc_version__: str = "2024-04-01" __gen_version__: str = "2.506.0" -__user_agent__: str = "speakeasy-sdk/python 0.0.6 2.506.0 2024-04-01 gusto_embedded" +__user_agent__: str = "speakeasy-sdk/python 0.0.7 2.506.0 2024-04-01 gusto_embedded" try: if __package__ is not None: