- Changed favorite field datatype in CustomViews.
- Changed tabTraversal field datatype in Layouts Sections.
- Support for the following new APIs.
- CustomViews
- [Change Sort Order of Custom Views](https://www.zoho.com/crm/developer/docs/api/v6/sort-order-cv.html)
- Users
- [Users Count](https://www.zoho.com/crm/developer/docs/api/v6/users-count.html)
- Features
- [User Licences Count](https://www.zoho.com/crm/developer/docs/api/v6/get-user-licences.html)
For more details, kindly refer to [here](/versions/2.0.0/README.md).
- Install **Python SDK**
- Navigate to the workspace of your client app.
- Run the command below:
sh
pip install zohocrmsdk6-0==2.0.0
Dependencies
- Dependencies that should be included in your project
- install **urllib3**
sh
pip install urllib3
- install **requests**
sh
pip install requests
- install **python-dateutil**
sh
pip install python-dateutil
- install **setuptools**
sh
pip install setuptools
- install **mysql-connector-python**
sh
pip install mysql-connector-python