mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: bump mysqlclient version (#17556)
* Bump mysqlclient version * Update SHA hash * Update UPDATING.md * Update setup.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -141,7 +141,7 @@ setup(
|
||||
"impala": ["impyla>0.16.2, <0.17"],
|
||||
"kylin": ["kylinpy>=2.8.1, <2.9"],
|
||||
"mmsql": ["pymssql>=2.1.4, <2.2"],
|
||||
"mysql": ["mysqlclient==1.4.2.post1"],
|
||||
"mysql": ["mysqlclient>=2.1.0, <3"],
|
||||
"oracle": ["cx-Oracle>8.0.0, <8.1"],
|
||||
"pinot": ["pinotdb>=0.3.3, <0.4"],
|
||||
"postgres": ["psycopg2-binary==2.8.5"],
|
||||
|
||||
Reference in New Issue
Block a user