From 5d60cef2df9804cd10da4b1102f60a797bed53e7 Mon Sep 17 00:00:00 2001 From: Samuel Tinnerholm Date: Sat, 4 Jul 2026 07:27:59 +0000 Subject: [PATCH] fix(python-sdk): type api_secret in exchange options --- sdks/python/pmxt/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/pmxt/models.py b/sdks/python/pmxt/models.py index a4ce932d..858de83a 100644 --- a/sdks/python/pmxt/models.py +++ b/sdks/python/pmxt/models.py @@ -656,6 +656,7 @@ class ExchangeOptions(TypedDict, total=False): base_url: str auto_start_server: bool api_key: str + api_secret: str private_key: str api_token: str proxy_address: str