Skip to content

feat(deps-dev): bump @seamapi/types from 1.910.0 to 1.963.0 in the se…#582

Merged
razor-x merged 3 commits into
mainfrom
types-1.963.0
Jul 21, 2026
Merged

feat(deps-dev): bump @seamapi/types from 1.910.0 to 1.963.0 in the se…#582
razor-x merged 3 commits into
mainfrom
types-1.963.0

Conversation

@razor-x

@razor-x razor-x commented Jul 21, 2026

Copy link
Copy Markdown
Member

No description provided.

razor-x and others added 3 commits July 21, 2026 12:59
@seamapi/types 1.963.0 adds a "from" property to SeamEvent. "from" is a
Python hard keyword, so the generated dataclass field and from_dict keyword
argument produced invalid Python and `make format` failed during the
Generate code job.

Sanitize property names that collide with Python hard keywords by suffixing
the identifier with an underscore (e.g. `from` -> `from_`) while preserving
the original name as the dict key in from_dict. No existing property name is
a hard keyword, so all other generated output is unchanged.

Regenerate models and routes against @seamapi/types 1.963.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SZXq8XXHtqU379agmLxk5u
@razor-x
razor-x marked this pull request as ready for review July 21, 2026 19:17
@razor-x
razor-x requested a review from a team as a code owner July 21, 2026 19:17
@razor-x
razor-x merged commit 7868053 into main Jul 21, 2026
18 checks passed
@razor-x
razor-x deleted the types-1.963.0 branch July 21, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants