Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from werkzeug.contrib.cache to cachelib #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Praseetha-KR
Copy link

/jobtastic/cache/__init__.py:23: DeprecationWarning:'werkzeug.contrib.cache' is deprecated as of version 0.15 and will be removed in version 1.0. It has moved to https://github.com/pallets/cachelib.

Werkzerug has removed contrib.cache from the main package, and is now being maintained as cachelib

So If an app is using werkzeug >= 1.0, jobtastic's Werkzeug cache will remain unused.

This PR switches jobtastic to support cachelib instead of werkzeug.contrib.cache.

@Praseetha-KR Praseetha-KR marked this pull request as ready for review May 21, 2020 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants