Skip to content

Commit f875833

Browse files
authored
Merge pull request #133 from criblio/speakeasy-sdk-regen-1760099188
chore: 🐝 Update SDK - Generate Prod SDK 0.1.0
2 parents 4d751f3 + 8d5cd8b commit f875833

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 4.14.0-837595d5
66
speakeasyVersion: 1.636.3
77
generationVersion: 2.723.11
8-
releaseVersion: 0.0.52
9-
configChecksum: 18fc78e1be8fdaec1e632768f1928569
8+
releaseVersion: 0.1.0
9+
configChecksum: 8905e63573b1b8c36f284cdf3b2ecf47
1010
repoURL: https://github.com/criblio/cribl_control_plane_sdk_python.git
1111
installationURL: https://github.com/criblio/cribl_control_plane_sdk_python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: false
2727
skipResponseBodyAssertions: false
2828
python:
29-
version: 0.0.52
29+
version: 0.1.0
3030
additionalDependencies:
3131
dev: {}
3232
main: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
sourceBlobDigest: sha256:bc8739b28adf2142d252f69088e3f2bebd1f1263b821c93de912ce7f64187a22
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1760057498
9+
- speakeasy-sdk-regen-1760099188
1010
- 4.14.0-837595d5
1111
targets:
1212
cribl-control-plane:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:3aad4c0bed7f2464b349c2ad921151ec70c1a33b0b5ae5d901f4cc3c06b5a07a
1616
sourceBlobDigest: sha256:bc8739b28adf2142d252f69088e3f2bebd1f1263b821c93de912ce7f64187a22
1717
codeSamplesNamespace: cribl-api-reference-python-code-samples
18-
codeSamplesRevisionDigest: sha256:c9c3a2e96e565a235fd2ad7e41fdb99f7d3eef047f9f68a48259c7b26cd70d57
18+
codeSamplesRevisionDigest: sha256:0eda7f549ddb74b954589ce37c5d1edcbac2d52aaa0577375cb3e18e6b2580d6
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: 1.636.3

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [python v0.0.52] .
440440
### Releases
441-
- [PyPI v0.0.52] https://pypi.org/project/cribl-control-plane/0.0.52 - .
441+
- [PyPI v0.0.52] https://pypi.org/project/cribl-control-plane/0.0.52 - .
442+
443+
## 2025-10-10 12:26:07
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc
447+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [python v0.1.0] .
450+
### Releases
451+
- [PyPI v0.1.0] https://pypi.org/project/cribl-control-plane/0.1.0 - .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "cribl-control-plane"
4-
version = "0.0.52"
4+
version = "0.1.0"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Speakeasy" },]
77
readme = "README-PYPI.md"

src/cribl_control_plane/_version.py

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

55
__title__: str = "cribl-control-plane"
6-
__version__: str = "0.0.52"
6+
__version__: str = "0.1.0"
77
__openapi_doc_version__: str = "4.14.0-837595d5"
88
__gen_version__: str = "2.723.11"
99
__user_agent__: str = (
10-
"speakeasy-sdk/python 0.0.52 2.723.11 4.14.0-837595d5 cribl-control-plane"
10+
"speakeasy-sdk/python 0.1.0 2.723.11 4.14.0-837595d5 cribl-control-plane"
1111
)
1212

1313
try:

0 commit comments

Comments
 (0)