Skip to content

fix(python-sdk): type api_secret in exchange options - #1511

Merged
realfishsam merged 1 commit into
mainfrom
fix/issue-1501-python-api-secret
Jul 9, 2026
Merged

fix(python-sdk): type api_secret in exchange options#1511
realfishsam merged 1 commit into
mainfrom
fix/issue-1501-python-api-secret

Conversation

@realfishsam

Copy link
Copy Markdown
Contributor

Summary

  • Add api_secret to Python's shared ExchangeOptions TypedDict so it matches the TypeScript ExchangeOptions.apiSecret surface and the existing concrete Python exchange constructors.

Fixes #1501

Test Plan

  • git diff --check
  • python3 -m py_compile sdks/python/pmxt/models.py
  • python3 - <<'PY' ... PY AST check confirming ExchangeOptions declares api_secret

@realfishsam
realfishsam merged commit ec6ff81 into main Jul 9, 2026
11 checks passed
@realfishsam
realfishsam deleted the fix/issue-1501-python-api-secret branch July 9, 2026 08:44
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.

SDK drift: Python's shared ExchangeOptions TypedDict is missing api_secret, present on TypeScript's ExchangeOptions interface

1 participant