Command line
- Increased required minimal versions to Python 3.8 and Django 4
- Upgrade the Python API client to version 4 If you used earlier versions of the Django integration and directly used the Python API client, you need to upgrade your code. If you didnโt interact with the Python API client directly in your code, you donโt have to do anything.
-
Remove deprecated method
clear_indexReplace any call toclear_indexwithclear_objectsPython