This release adds. decorators.py which includes a function called requires_recaptcha_token which can be used as decorator on views functions to verify recaptcha tokens.
It fixes a few thins on recaptcha.assess_token about RECAPTCHA_ENTERPRISE_BYPASS_TOKEN which was wrong implemented and was falling on Exceptions in many circumstances.
For now all seems to be ok.