Skip to content

Commit 4963fa3

Browse files
author
Vishakh Pillai
committed
bcrypt dep issue
1 parent 45888ae commit 4963fa3

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies = [
1313
"cloud-sql-python-connector[pymysql]~=1.14.0",
1414
"sqlalchemy~=2.0.36",
1515
"pyjwt~=2.10.1",
16-
"passlib~=1.7.4",
17-
"bcrypt~=4.2.0",
16+
"passlib[bcrypt]>=1.7.4,<1.8",
17+
"bcrypt>=4.0.1,<5",
1818
"pycryptodome~=3.20.0",
1919
"python-dotenv~=1.0.1",
2020
"strenum~=0.4.15",
@@ -28,7 +28,7 @@ dependencies = [
2828
"thefuzz[speedup]~=0.22.1",
2929
"databricks-sql-connector~=3.5.0",
3030
"pandera~=0.13",
31-
"mlflow~=2.15.0"
31+
"mlflow~=2.15.0",
3232
]
3333

3434
[project.urls]

uv.lock

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)