Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebAuthn 2.0 refactored pydantic usage out of the codebase. Tests were passing locally with both 1.x and 2.y, but for simplicity's sake, the minimum version is now set to 2.0 so that no compat layer is required. There doesn't seem to have been a real reason to catch pydantic validation errors - nothing was documented in 96bbd1a and the model does not appear to perform additional validations (see https://github.com/duo-labs/py_webauthn/blob/v1.11.1/webauthn/authentication/verify_authentication_response.py ), but possibly the base model did. Either way, it was not a tested execution branch.
- Loading branch information