You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/pydantic/types.py", line 657, in validate_luhn_check_digit
raise errors.LuhnValidationError
pydantic.errors.LuhnValidationError: card number is not luhn valid
The text was updated successfully, but these errors were encountered:
Bug
Output of
python -c "import pydantic.utils; print(pydantic.utils.version_info())"
:Throws a LuhnValidationError:
The text was updated successfully, but these errors were encountered: