Skip to content

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.28 - #606

Merged
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1785866220
Aug 4, 2026
Merged

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.28#606
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1785866220

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

OpenAPI Change Summary
└─┬Components
  └─┬ObservabilitySnowflakeDestination
    └─┬config
      └─┬account
        ├──[+] maxLength (16056:26)❌ 
        └──[+] pattern (16058:24)❌ 
Document Element Total Changes Breaking Changes
components 2 2

View full report

Linting Report 0 errors, 1 warnings, 4 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 4, 2026
@synapse-github-agent

synapse-github-agent Bot commented Aug 4, 2026

Copy link
Copy Markdown
  • Keep up to date — merge the base branch into this PR as it moves
  • Merge when ready — GitHub auto-merges once its required checks and approvals pass

cortex review — 6034028

Security · ❌ Experience (DX · UX · A11y) (1) · ✅ Performance

Experience (DX · UX · A11y)

🟡 minor · .speakeasy/out.openapi.yaml:16056-16058
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.

Automatic first-pass review · updated in place on every push

@synapse-github-agent synapse-github-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cortex panel verdict: comment — details in the consolidated review comment.

config:
properties:
account:
maxLength: 255

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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.

@openrouter-docs-sync
openrouter-docs-sync Bot merged commit 8ac76fd into main Aug 4, 2026
2 checks passed
@openrouter-docs-sync
openrouter-docs-sync Bot deleted the speakeasy-sdk-regen-1785866220 branch August 4, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant