Add bcrypt as a dependency with version 5.0.0

- Included bcrypt in the dependencies list of uv.lock.
- Specified version requirement for bcrypt as >=5.0.0.
- Added package details for bcrypt including source, sdist, and various wheel distributions.
This commit is contained in:
Jonas Linter
2025-11-25 12:05:29 +01:00
parent d4adfa4ab4
commit da85098d8d
2 changed files with 69 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ dependencies = [
"alembic>=1.17.2",
"annotatedyaml>=1.0.0",
"asyncpg>=0.30.0",
"bcrypt>=5.0.0",
"dotenv>=0.9.9",
"fast-langdetect>=1.0.0",
"fastapi>=0.117.1",