Skip to content

Commit e3283dc

Browse files
authored
Merge pull request #652 from criblio/speakeasy-sdk-regen-openapi-prerelease-1774609591
chore: 🐝 Update SDK - Generate RC SDK (Prerelease) [openapi-prerelease] 0.7.0rc6
2 parents ff52875 + a3ff62a commit e3283dc

846 files changed

Lines changed: 2561 additions & 1850 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 1697 additions & 1685 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ generation:
3434
generateNewTests: false
3535
skipResponseBodyAssertions: false
3636
python:
37-
version: 0.7.0rc5
37+
version: 0.7.0rc6
3838
additionalDependencies:
3939
dev: {}
4040
main: {}

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.759.2
1+
speakeasyVersion: 1.759.3
22
sources:
33
Cribl API Reference:
44
sourceNamespace: cribl-api-reference
@@ -14,10 +14,10 @@ targets:
1414
sourceRevisionDigest: sha256:860c211f99cef92f8807a1e8654d422624d92a4639250573a796886b7870c224
1515
sourceBlobDigest: sha256:83a3168077607fdc0453689b4917adde0234a47ee6def7e7727a6cda7d4910ef
1616
codeSamplesNamespace: cribl-api-reference-python-code-samples
17-
codeSamplesRevisionDigest: sha256:98bc11d70ced8c4a66d525af359a5cd88f637c1e6d79547149fba084e0bee757
17+
codeSamplesRevisionDigest: sha256:3f067e2d5b8757e13bbbf2f787ea907f24a458b71a26ca28ed04e27bb72430dc
1818
workflow:
1919
workflowVersion: 1.0.0
20-
speakeasyVersion: 1.759.2
20+
speakeasyVersion: 1.759.3
2121
sources:
2222
Cribl API Reference:
2323
inputs:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,4 +1458,14 @@ Based on:
14581458
### Generated
14591459
- [python v0.7.0rc5] .
14601460
### Releases
1461-
- [PyPI v0.7.0rc5] https://pypi.org/project/cribl-control-plane/0.7.0rc5 - .
1461+
- [PyPI v0.7.0rc5] https://pypi.org/project/cribl-control-plane/0.7.0rc5 - .
1462+
1463+
## 2026-03-27 11:05:51
1464+
### Changes
1465+
Based on:
1466+
- OpenAPI Doc
1467+
- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy
1468+
### Generated
1469+
- [python v0.7.0rc6] .
1470+
### Releases
1471+
- [PyPI v0.7.0rc6] https://pypi.org/project/cribl-control-plane/0.7.0rc6 - .

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.7.0rc5"
4+
version = "0.7.0rc6"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Speakeasy" },]
77
readme = "README-PYPI.md"

scripts/prepare_readme.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+
# @generated-id: e0c5957a6035
23

34
import re
45
import shutil

src/cribl_control_plane/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+
# @generated-id: 58309254a653
23

34
from ._version import (
45
__title__,

src/cribl_control_plane/_hooks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+
# @generated-id: 3a45ecdfecac
23

34
from .sdkhooks import *
45
from .types import *

src/cribl_control_plane/_hooks/clientcredentials.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+
# @generated-id: 002e3b7f3444
23

34
import hashlib
45
import httpx

src/cribl_control_plane/_hooks/sdkhooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+
# @generated-id: 09272d6a8289
23

34
import httpx
45
from .clientcredentials import ClientCredentialsHook

0 commit comments

Comments
 (0)