organization · inferred from evidence
Xendit
The organization behind the Xendit Python SDK.
- Xendit Python fails with SyntaxError on Python 3.9 and below
The SDK's models use `X | Y` union syntax, which requires Python 3.10 or newer, despite the old docs saying 3.6+. Fix: run your project on Python 3.10 or later. There is no way to make the current SDK import on 3.9 or below. The reporter up