chore: 🐝 Update SDK - Generate (spec change merged) 1.1.28 - #606
Conversation
cortex review —
|
There was a problem hiding this comment.
cortex panel verdict: comment — details in the consolidated review comment.
| config: | ||
| properties: | ||
| account: | ||
| maxLength: 255 |
There was a problem hiding this comment.
🟡 minor · Experience (DX · UX · A11y)
The new account constraints are not propagated to the Python SDK surface. The spec now requires account to match a pattern and be at most 255 characters, but ObservabilitySnowflakeDestinationConfig.account remains an unconstrained str in src/openrouter/components/observabilitysnowflakedestination.py, and docs/components/observabilitysnowflakedestinationconfig.mdx still documents it as N/A. Regenerate or add the corresponding Pydantic constraints and documentation so callers receive actionable local validation instead of an opaque API validation failure.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Tip
If updates to your OpenAPI document introduce breaking changes, be sure to update the
info.versionfield to trigger the correct version bump.Speakeasy supports manual control of SDK versioning through multiple methods.
OpenAPI Change Summary
View full report
Linting Report
0 errors, 1 warnings, 4 hintsView full report
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.787.0
Last updated by Speakeasy workflow