SDK-only release compatible with Tune Insight v1.1.*. Install with
pip install tuneinsight==1.1.2
This version marks some dependencies (mostly related to jupyter) as optional. The above will not include these dependencies and is recommended for production environments. Users who intend to use the SDK in notebooks should do the full install:
pip install tuneinsight[full]==1.1.2
(If you are using zsh
, you may need to escape the brackets as tuneinsight\[full\]
).
This release also updates some of the dependencies of the SDK, in particular python-keycloak
. It also includes upcoming features (of v1.2) that might not be supported by your instance, but should be backwards compatible.