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:
Gnought 2021-11-29 16:38:41 +08:00 committed by GitHub
parent 6604a6ab28
commit 94e787eca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -26,6 +26,7 @@ assists people when migrating to a new version.
### Breaking Changes
- [17556](https://github.com/apache/superset/pull/17556): Bumps mysqlclient from v1 to v2
- [15254](https://github.com/apache/superset/pull/15254): Previously `QUERY_COST_FORMATTERS_BY_ENGINE`, `SQL_VALIDATORS_BY_ENGINE` and `SCHEDULED_QUERIES` were expected to be defined in the feature flag dictionary in the `config.py` file. These should now be defined as a top-level config, with the feature flag dictionary being reserved for boolean only values.
- [17290](https://github.com/apache/superset/pull/17290): Bumps pandas to `1.3.4` and pyarrow to `5.0.0`
- [16660](https://github.com/apache/incubator-superset/pull/16660): The `columns` Jinja parameter has been renamed `table_columns` to make the `columns` query object parameter available in the Jinja context.

View File

@ -17,7 +17,7 @@
# under the License.
-r base.in
flask-cors>=2.0.0
mysqlclient==2.0.3
mysqlclient>=2.1.0
pillow>=8.3.2,<9
pydruid>=0.6.1,<0.7
pyhive[hive]>=0.6.1

View File

@ -1,4 +1,4 @@
# SHA1:2d3a7d56d8fdec412b556af9b6dd21a3e6711eb0
# SHA1:c835350e502151c63817980505ce50b9e5b78a54
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@ -36,7 +36,7 @@ jsonlines==2.0.0
# via tabulator
linear-tsv==1.1.0
# via tabulator
mysqlclient==2.0.3
mysqlclient==2.1.0
# via -r requirements/development.in
openpyxl==3.0.7
# via tabulator

View File

@ -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"],