The Python library is now updated to support version 11!
There are a few issues to be aware of:
#1) Smoothing with python wont work due to a conflicting name (lambda is not supported in python). It's patched on the python library so that the library could be built, but using smoothing will likely cause an error.
#2) Rough alignment with "FastGlobal" is not supported in the backend through the API. Please use "Ransac" instead.
#3) Responses from some calls like "ListGroups" are not properly defined in the schema. This is not a blocker in any way though, as you can just write around it in your code.