With pymongo 3.6.8, I’m getting error when calling db.watch(full_document=‘updatedLookup’, full_document_before_change=‘whenAvailable’). The error message is TypeError: watch() got an unexpected keyword argument ‘full_document_before_change’. The same script worked for another environment.