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
INFO: Will watch for changes in these directories: ['/home/robomotic/DevOps/github/fastapi-nano']
INFO: Uvicorn running on http://127.0.0.1:5002 (Press CTRL+C to quit)
INFO: Started reloader process [32868] using StatReload
INFO:root:Running fastapi-nano with Python 3.13.0 (main, Oct 16 2024, 03:23:02) [Clang 18.1.8 ]
WARNING:passlib.handlers.bcrypt:(trapped) error reading bcrypt version
Traceback (most recent call last):
File "/home/robomotic/DevOps/github/fastapi-nano/.venv/lib/python3.13/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin
version = _bcrypt.__about__.__version__
^^^^^^^^^^^^^^^^^
AttributeError: module 'bcrypt' has no attribute '__about__'
INFO: Started server process [32870]
INFO: Waiting for application startup.
INFO: Application startup complete.
I think is just an issue with that version.
The text was updated successfully, but these errors were encountered:
import logging
import sys
# Set default logging value to debug
logging.basicConfig(level=logging.INFO)
# disabling due to: https://github.com/pyca/bcrypt/issues/684
logging.getLogger('passlib').setLevel(logging.ERROR)
logging.info("Running service with Python %s", sys.version)
Nice project,
when I do: make run-local:
I think is just an issue with that version.
The text was updated successfully, but these errors were encountered: