Skip to content

community/py3-flask-caching: upgrade to 2.0.2

Simon Rupf requested to merge elrido/aports:py3-flask-caching-2.0.2 into master

Version 2.0.2

Released 2023-01-12

  • fix issue with boto3 dependencie due to latest cachelib released
  • migrate flask_caching.backends.RedisCluster dependency from redis-py-cluster to redis-py
  • bug fix: make the make_cache_key attributed of decorated view functions writeable. 🇵🇷431, issue #97

Version 2.0.1

Released 2022-07-30

  • Relax dependency pin to allow Flask 2.x.x

-- https://github.com/pallets-eco/flask-caching/blob/master/CHANGES.rst

Merge request reports