Skip to content

Commit f6cf995

Browse files
authored
Merge pull request #4 from Gusto/speakeasy-sdk-regen-1739295921
chore: 🐝 Update SDK - Generate 0.0.7
2 parents 5b43397 + 71a6e03 commit f6cf995

File tree

7 files changed

+23
-17
lines changed

7 files changed

+23
-17
lines changed

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.488.0
22
sources:
33
Gusto-OAS:
44
sourceNamespace: gusto-oas
5-
sourceRevisionDigest: sha256:238de06f340cac5fca37f16c17b652afbc33c9bbedc14b1ba6959431403faf7d
5+
sourceRevisionDigest: sha256:74665203bcbdbd7738a1f84d2d30fca1e5f9632b9c27048ab670489db0bbf419
66
sourceBlobDigest: sha256:a8e49c6e476c51ffcc73653a800deb3d3eca380083f2b4f9d227813c97a6197d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739294785
9+
- speakeasy-sdk-regen-1739295921
1010
- "2024-04-01"
1111
targets:
1212
gusto:
1313
source: Gusto-OAS
1414
sourceNamespace: gusto-oas
15-
sourceRevisionDigest: sha256:238de06f340cac5fca37f16c17b652afbc33c9bbedc14b1ba6959431403faf7d
15+
sourceRevisionDigest: sha256:74665203bcbdbd7738a1f84d2d30fca1e5f9632b9c27048ab670489db0bbf419
1616
sourceBlobDigest: sha256:a8e49c6e476c51ffcc73653a800deb3d3eca380083f2b4f9d227813c97a6197d
1717
codeSamplesNamespace: gusto-oas-python-code-samples
18-
codeSamplesRevisionDigest: sha256:8d05906f59af4730523a2e0d3419ce606cfee52129ff26769197f0d0cd9f96fa
18+
codeSamplesRevisionDigest: sha256:94d03ed8df17a6e1bb5f40a00eefd4e963ef03d0b381d38ed1be4108dfee5a30
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: "2024-04-01"
66
speakeasyVersion: 1.488.0
77
generationVersion: 2.506.0
8-
releaseVersion: 0.0.6
9-
configChecksum: 01809b46ec50497b0e93674c07466be6
8+
releaseVersion: 0.0.7
9+
configChecksum: 750ca3f863d4cc76d213754fdd03e77d
1010
repoURL: https://github.com/Gusto/gusto-python-client.git
1111
repoSubDirectory: gusto_embedded
1212
installationURL: https://github.com/Gusto/gusto-python-client.git#subdirectory=gusto_embedded

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
python:
19-
version: 0.0.6
19+
version: 0.0.7
2020
additionalDependencies:
2121
dev: {}
2222
main: {}

gusto_embedded/README-PYPI.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *gust
1010
</div>
1111

1212

13-
<br /><br />
14-
> [!IMPORTANT]
15-
> 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.
16-
1713
<!-- Start Summary [summary] -->
1814
## Summary
1915

@@ -973,7 +969,7 @@ looking for the latest version.
973969

974970
## Contributions
975971

976-
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.
977-
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.
972+
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.
973+
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.
978974

979975
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=gusto&utm_campaign=python)

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ Based on:
1616
### Generated
1717
- [python v0.0.6] gusto_embedded
1818
### Releases
19-
- [PyPI v0.0.6] https://pypi.org/project/gusto_embedded/0.0.6 - gusto_embedded
19+
- [PyPI v0.0.6] https://pypi.org/project/gusto_embedded/0.0.6 - gusto_embedded
20+
21+
## 2025-02-11 17:45:05
22+
### Changes
23+
Based on:
24+
- OpenAPI Doc
25+
- Speakeasy CLI 1.488.0 (2.506.0) https://github.com/speakeasy-api/speakeasy
26+
### Generated
27+
- [python v0.0.7] gusto_embedded
28+
### Releases
29+
- [PyPI v0.0.7] https://pypi.org/project/gusto_embedded/0.0.7 - gusto_embedded

gusto_embedded/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gusto_embedded"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

gusto_embedded/src/gusto_embedded/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "gusto_embedded"
6-
__version__: str = "0.0.6"
6+
__version__: str = "0.0.7"
77
__openapi_doc_version__: str = "2024-04-01"
88
__gen_version__: str = "2.506.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.0.6 2.506.0 2024-04-01 gusto_embedded"
9+
__user_agent__: str = "speakeasy-sdk/python 0.0.7 2.506.0 2024-04-01 gusto_embedded"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)