Mykhailo
Mykhailo
Fix for #95 aioredis was merged into redis https://github.com/redis/redis-py/releases/tag/v4.2.0rc1
In Flask 3.0.0 deprecated _app_ctx_stack and _request_ctx_stack were removed https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-0 https://github.com/pallets/flask/pull/5223/ g should be used instead: > Extension maintainers, be aware that _app_ctx_stack.top and _request_ctx_stack.top are deprecated. Store data on...
replaced PR #20 P.S. I created a fork with those fixes - https://pypi.org/project/django-debug-toolbar-line-profiling/