Received some feedback on the SDK. If not overly complicated, we should think about making it accessible to more versions of Python. If we are using something that requires 3+, we should denote that in the README.md
Hey for the Python SDK
We should specify it works for Python 3+
Had a prospect just run into an issue running it on 2.9
So I recommend trying on 3.6+, and they said that worked
I think it’s due to an from __future __ import annotations
Received some feedback on the SDK. If not overly complicated, we should think about making it accessible to more versions of Python. If we are using something that requires 3+, we should denote that in the README.md