v2024.0808.014417
·
42 commits
to master
since this release
Fix for Python 3.9 Python 3.9 is still supported, but Python 3.9 does not support type unions with the `|` operator. This change removes these in favor of `Union[...]` or `Optional[...]` as appropriate. Confirmed all tests pass using Python 3.9