build: pin exact version of mysqlclient (#31730)

This commit is contained in:
Ankush Menat 2025-03-15 11:50:23 +05:30 committed by GitHub
parent 8e9ebedfcf
commit 950073a27e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ dependencies = [
"PyMySQL==1.1.1",
"pypdf~=3.17.0",
"PyPika==0.48.9",
"mysqlclient~=2.2.7",
"mysqlclient==2.2.7",
"PyQRCode~=1.2.1",
"PyYAML~=6.0.1",
"RestrictedPython~=8.0",