organization · inferred from evidence
Xendit
The organization behind the Xendit Python SDK.
- Xendit Python fails with SyntaxError on Python 3.9 and below
The Xendit Python SDK used union type syntax (`X | Y`) in its models, which only works on Python 3.10 and newer. Users on Python 3.9 or below got a SyntaxError on import, even though the docs said 3.6 and up was supported. A maintainer ackn