chore: 🐝 Update SDK - Generate (spec change merged) 0.11.14 (#416)

Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-07-09 17:32:51 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent c382f8fbc0
commit 1281ae62da
15 changed files with 131 additions and 46 deletions
+3
View File
@@ -2246,6 +2246,7 @@ if TYPE_CHECKING:
ReasoningItemType,
ReasoningItemTypedDict,
)
from .reasoningmode import ReasoningMode
from .reasoningsummarypartaddedevent import (
ReasoningSummaryPartAddedEvent,
ReasoningSummaryPartAddedEventType,
@@ -4282,6 +4283,7 @@ __all__ = [
"ReasoningItemStatusUnionTypedDict",
"ReasoningItemType",
"ReasoningItemTypedDict",
"ReasoningMode",
"ReasoningSummaryPartAddedEvent",
"ReasoningSummaryPartAddedEventType",
"ReasoningSummaryPartAddedEventTypedDict",
@@ -6419,6 +6421,7 @@ _dynamic_imports: dict[str, str] = {
"ReasoningItemStatusUnionTypedDict": ".reasoningitem",
"ReasoningItemType": ".reasoningitem",
"ReasoningItemTypedDict": ".reasoningitem",
"ReasoningMode": ".reasoningmode",
"ReasoningSummaryPartAddedEvent": ".reasoningsummarypartaddedevent",
"ReasoningSummaryPartAddedEventType": ".reasoningsummarypartaddedevent",
"ReasoningSummaryPartAddedEventTypedDict": ".reasoningsummarypartaddedevent",