Skip to content

Commit 751e115

Browse files
committed
Specify rsa extra for pymysql
Required for the mlplatform showcase
1 parent f9551e9 commit 751e115

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ repos:
1313
rev: "1.8.4"
1414
hooks:
1515
- id: poetry-lock
16+
args: ["--no-update"]

poetry.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ xgboost = "^2.0.3"
2727
[tool.poetry.group.mlflow.dependencies]
2828
mlflow = ">=2.7"
2929
psycopg2-binary = "^2.9.10"
30-
pymysql = "^1.1.1"
30+
pymysql = {version = "^1.1.1", extras = ["rsa"]}
3131

3232
[tool.poetry.group.onnx.dependencies]
3333
fastapi = {version = "^0.115.6", extras = ["standard"]}

0 commit comments

Comments
 (0)