Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gusto_embedded/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gusto_embedded/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.0.6
version: 0.0.7
additionalDependencies:
dev: {}
main: {}
Expand Down
8 changes: 2 additions & 6 deletions gusto_embedded/README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *gust
</div>


<br /><br />
> [!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.

<!-- Start Summary [summary] -->
## Summary

Expand Down Expand Up @@ -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)
12 changes: 11 additions & 1 deletion gusto_embedded/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [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
2 changes: 1 addition & 1 deletion gusto_embedded/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions gusto_embedded/src/gusto_embedded/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down