mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore: bump python dependencies (#9786)
* chore: bump pyhton dependencies * bump flask-testing * Add note to UPDATING and bump flask-testing in requirements-dev.txt * fix old sqlparse test case that is fixed with sqlparse==0.3.1 * Fix migration and sqlparse set test * downgrade alembic * Downgrade sqlalchemy-utils * pin sqlalchemy-utils due to regression in 0.36.5 * Refine comment in setup.py * make cachelib an explicit requirement
This commit is contained in:
@@ -23,6 +23,8 @@ assists people when migrating to a new version.
|
||||
|
||||
## Next
|
||||
|
||||
* [9786](https://github.com/apache/incubator-superset/pull/9786): with the upgrade of `werkzeug` from version `0.16.0` to `1.0.1`, the `werkzeug.contrib.cache` module has been moved to a standalone package [cachelib](https://pypi.org/project/cachelib/). For example, to import the `RedisCache` class, please use the following import: `from cachelib.redis import RedisCache`.
|
||||
|
||||
* [9572](https://github.com/apache/incubator-superset/pull/9572): a change which by defau;t means that the Jinja `current_user_id`, `current_username`, and `url_param` context calls no longer need to be wrapped via `cache_key_wrapper` in order to be included in the cache key. The `cache_key_wrapper` function should only be required for Jinja add-ons.
|
||||
|
||||
* [8867](https://github.com/apache/incubator-superset/pull/8867): a change which adds the `tmp_schema_name` column to the `query` table which requires locking the table. Given the `query` table is heavily used performance may be degraded during the migration. Scheduled downtime may be advised.
|
||||
|
||||
Reference in New Issue
Block a user