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
189 changes: 166 additions & 23 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 @@ -32,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 3.0.0
version: 3.0.1
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.759.3
sources:
Latitude.sh API:
sourceNamespace: latitude-sh-api
sourceRevisionDigest: sha256:5783f783695f97f4b1e4831ec8cfe1b53d666afedeeac30966d7e2f54457c20b
sourceBlobDigest: sha256:1deb5d8b3e69a3633e3fea3484adca23edee0fd204bc69afa2aeccf3c080741d
sourceRevisionDigest: sha256:968e4c399c0a971a248292ca786581ac46a56c8ca4b06a57b13e40ad23bb690a
sourceBlobDigest: sha256:f985985d1a086695f64c87f138ff7592af4b6b2721fbc8fa6e8f8b027f2c07bc
tags:
- latest
- "2023-06-01"
targets:
latitudesh:
source: Latitude.sh API
sourceNamespace: latitude-sh-api
sourceRevisionDigest: sha256:5783f783695f97f4b1e4831ec8cfe1b53d666afedeeac30966d7e2f54457c20b
sourceBlobDigest: sha256:1deb5d8b3e69a3633e3fea3484adca23edee0fd204bc69afa2aeccf3c080741d
sourceRevisionDigest: sha256:968e4c399c0a971a248292ca786581ac46a56c8ca4b06a57b13e40ad23bb690a
sourceBlobDigest: sha256:f985985d1a086695f64c87f138ff7592af4b6b2721fbc8fa6e8f8b027f2c07bc
codeSamplesNamespace: latitude-sh-api-python-code-samples
codeSamplesRevisionDigest: sha256:d9d8aa10f442a43e6e8bc88b3bff37ffa757e5a3c0177bd4b798a71836a029f8
codeSamplesRevisionDigest: sha256:f8faea9d7ea0bbb52b1401dad96ad2b71a9d00444cb48ce564eaca97f11d73e5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
3 changes: 2 additions & 1 deletion README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ with Latitudesh(
* [create_kubernetes_cluster](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/docs/sdks/kubernetesclusterssdk/README.md#create_kubernetes_cluster) - Create a Kubernetes Cluster
* [get_kubernetes_cluster](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/docs/sdks/kubernetesclusterssdk/README.md#get_kubernetes_cluster) - Get a Kubernetes Cluster
* [delete_kubernetes_cluster](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/docs/sdks/kubernetesclusterssdk/README.md#delete_kubernetes_cluster) - Delete a Kubernetes Cluster
* [update_kubernetes_cluster](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/docs/sdks/kubernetesclusterssdk/README.md#update_kubernetes_cluster) - Scale Kubernetes Cluster Workers
* [get_kubernetes_cluster_kubeconfig](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/docs/sdks/kubernetesclusterssdk/README.md#get_kubernetes_cluster_kubeconfig) - Get Kubernetes Cluster Kubeconfig

### [OperatingSystems](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/docs/sdks/operatingsystemssdk/README.md)
Expand Down Expand Up @@ -590,7 +591,7 @@ with Latitudesh(


**Inherit from [`LatitudeshError`](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/./src/latitudesh_python_sdk/models/latitudesherror.py)**:
* [`ErrorObject`](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/./src/latitudesh_python_sdk/models/errorobject.py): Applicable to 17 of 127 methods.*
* [`ErrorObject`](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/./src/latitudesh_python_sdk/models/errorobject.py): Applicable to 18 of 128 methods.*
* [`ResponseValidationError`](https://github.com/latitudesh/latitudesh-python-sdk/blob/master/./src/latitudesh_python_sdk/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.

</details>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ with Latitudesh(
* [create_kubernetes_cluster](docs/sdks/kubernetesclusterssdk/README.md#create_kubernetes_cluster) - Create a Kubernetes Cluster
* [get_kubernetes_cluster](docs/sdks/kubernetesclusterssdk/README.md#get_kubernetes_cluster) - Get a Kubernetes Cluster
* [delete_kubernetes_cluster](docs/sdks/kubernetesclusterssdk/README.md#delete_kubernetes_cluster) - Delete a Kubernetes Cluster
* [update_kubernetes_cluster](docs/sdks/kubernetesclusterssdk/README.md#update_kubernetes_cluster) - Scale Kubernetes Cluster Workers
* [get_kubernetes_cluster_kubeconfig](docs/sdks/kubernetesclusterssdk/README.md#get_kubernetes_cluster_kubeconfig) - Get Kubernetes Cluster Kubeconfig

### [OperatingSystems](docs/sdks/operatingsystemssdk/README.md)
Expand Down Expand Up @@ -590,7 +591,7 @@ with Latitudesh(


**Inherit from [`LatitudeshError`](./src/latitudesh_python_sdk/models/latitudesherror.py)**:
* [`ErrorObject`](./src/latitudesh_python_sdk/models/errorobject.py): Applicable to 17 of 127 methods.*
* [`ErrorObject`](./src/latitudesh_python_sdk/models/errorobject.py): Applicable to 18 of 128 methods.*
* [`ResponseValidationError`](./src/latitudesh_python_sdk/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.

</details>
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,14 @@ Based on:
### Generated
- [python v3.0.0] .
### Releases
- [PyPI v3.0.0] https://pypi.org/project/latitudesh-python-sdk/3.0.0 - .
- [PyPI v3.0.0] https://pypi.org/project/latitudesh-python-sdk/3.0.0 - .

## 2026-03-26 21:39:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.0.1] .
### Releases
- [PyPI v3.0.1] https://pypi.org/project/latitudesh-python-sdk/3.0.1 - .
Loading
Loading