TabPy version 1.1.0 is released: package – https://pypi.org/project/tabpy/, release on GitHub – https://github.com/tableau/TabPy/releases/tag/1.1.0.
You can update your TabPy with the following command (you’ll need to stop all running TabPy instances first):
pip install --upgrade tabpy
New release main improvement is for /info
method (https://tableau.github.io/TabPy/docs/server-rest.html#get-info) – now it checks for credentials to be provided if TabPy is configured for authentication. The improvement won’t affect any older Tableau Desktop or Tableau Server versions which already had support for TabPy authentication.
For how to configure authentication for TabPy read How to configure TabPy with authentication and use it in Tableau.