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
When add 'authx' to a clean project the itsdangerous dependency is not automatically also added.
So an error is raised when importing the authx module:
File ".venv/lib/python3.12/site-packages/authx/_internal/_signature.py", line 3, in <module>
from itsdangerous import BadTimeSignature, SignatureExpired, URLSafeTimedSerializer
ModuleNotFoundError: No module named 'itsdangerous
When add 'authx' to a clean project the itsdangerous dependency is not automatically also added.
So an error is raised when importing the authx module:
It looks like it is only specified in the testing requirements ,
but it does depend on it at normal runtime because it is directly imported
The text was updated successfully, but these errors were encountered: