Skip to content

Commit bceb261

Browse files
committed
restrict PyMySql version to 1.1.1 for project
1 parent 952ecf2 commit bceb261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/openchallenges/data-lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"gspread==6.1.4",
1313
"pandas==2.2.3",
1414
"numpy==2.1.0",
15-
"pymysql>=1.1.1",
15+
"pymysql==1.1.1",
1616
]
1717
name = "openchallenges-data-lambda"
1818
version = "0.1.0"

0 commit comments

Comments
 (0)