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 upgraded to 3.10 and confirmed it worked, and the maintainer c…
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 upgraded to 3.10 and confirmed it worked, and the maintainer c…