File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ generation:
2626 generateNewTests : false
2727 skipResponseBodyAssertions : false
2828python :
29- version : 0.0.52
29+ version : 0.1.0
3030 additionalDependencies :
3131 dev : {}
3232 main : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:bc8739b28adf2142d252f69088e3f2bebd1f1263b821c93de912ce7f64187a22
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1760057498
9+ - speakeasy-sdk-regen-1760099188
1010 - 4.14.0-837595d5
1111targets:
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
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: 1.636.3
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " cribl-control-plane"
4- version = " 0.0.52 "
4+ version = " 0.1.0 "
55description = " Python Client SDK Generated by Speakeasy."
66authors = [{ name = " Speakeasy" },]
77readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import 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
1313try :
You can’t perform that action at this time.
0 commit comments