Skip to content

Releases: zoho/zohocrm-python-sdk-8.0

2.0.0

16 Apr 05:48
8f490b0
Compare
Choose a tag to compare

1.0.0

  • New fields have been added to the History Tracking Fields API.
  • Fixed the issue with the inventory mass conversion status API.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==2.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

1.0.0

16 Apr 05:47
8f490b0
Compare
Choose a tag to compare

1.0.0

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==1.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python