release: v7.2.0 — OpenAPI/perps spec-drift reconcile (#481, #482)#483
Merged
Conversation
Sync vendored specs after upstream in-place OpenAPI edits and the removal of GET /margin/fcm/orders from the perps OpenAPI. - Soft-deprecate list_fcm/list_all_fcm (DeprecationWarning; unmapped) - SubaccountTransfer: cash-only wire; transfer_type defensive-optional - Update tests, docs, CHANGELOG Closes #481 Closes #482
Drop claude-code-review.yml and claude.yml — the advisory claude-review check was failing PR CI (and had been cancelled). Update CONTRIBUTING and SECURITY docs that referenced it.
Bump package version and finish release-facing docs: - pyproject.toml / kalshi.__version__ → 7.2.0 - CHANGELOG Unreleased → 7.2.0 (2026-07-22) - migration.md v7.1 → v7.2.0 section - ROADMAP shipped entry - README / docs/index perps op count 35 → 34 - docs/perps.md deprecation callout for list_fcm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v7.2.0 release: reconcile upstream OpenAPI/perps OpenAPI drift under version string 3.25.0, soft-deprecations, and CI cleanup.
Closes #481
Closes #482
Upstream changes
3.25.0, paths 91→91)SubaccountTransfercash-only: dropped requiredtransfer_type+ position fieldsGET /margin/fcm/orders(ops 35→34)SDK
orders.list_fcm()/list_all_fcm()(DeprecationWarning)SubaccountTransfer.transfer_typedefensive-optional; cash-only list docsTest plan
git tag v7.2.0 && git push origin v7.2.0(seedocs/RELEASING.md)