fix: add bcrypt version constraint for passlib compatibility #40

Merged
shoko merged 1 commits from fix/bcrypt-compatibility into main 2026-04-10 02:55:36 +02:00

1 Commits

Author SHA1 Message Date
shokollm
8693946cb8 fix: add bcrypt version constraint for passlib compatibility
bcrypt 5.0.0 is incompatible with passlib 1.7.x - passlib tries to
access bcrypt.__about__.__version__ which was removed in bcrypt 5.x.

Constrain bcrypt to >=4.0,<5.0 to maintain compatibility.
2026-04-10 00:55:18 +00:00