-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: dev: ModuleNotFoundError #1
base: master
Are you sure you want to change the base?
fix: dev: ModuleNotFoundError #1
Conversation
I am having the same issue that flask-reverse-proxy-fix is incompatible with Werkzeug>1.0 due to moving ProxyFix from werkzeug.contrib.fixers to werkzeug.middleware.proxy_fix. @felnne Is there any chance this PR can be merged and a new package published to pypi? |
Hi @jhampson-dbre, Thanks for alerting to me to this (and thanks @rachmadaniHaryono for making it), I didn't realise someone had made a pull-request. I actually don't actively use this library at the moment but probably will in future. I'm happy to merge this in (and am glad it's useful to others) however I will need to update the build/release process which will probably take me a few weeks to get to if that's ok. Thanks, |
It is starting to be urgent to merge this issue PR, as the project is currently unusable. |
Hello @felnne, Can you give additional maintenance rights to allow us to use it in a clean way ? |
Hello @felnne, |
if anyone want to install this pr, you can install it from here https://github.com/rachmadaniHaryono/flask-reverse-proxy-fix/archive/refs/tags/v0.2.2rc1.zip https://github.com/rachmadaniHaryono/flask-reverse-proxy-fix/tree/v0.2.2rc1 guide |
This repo is stale (no commits for nearly 4 years). Can you publish your fork on PyPI (as You may want to update the readme (clarify the reason of publishing a fork with the link to original, and update the |
since werkzeug v1.0.0 ProxyFix is not on werkzeug.contrib.fixers instead on werkzeug.middleware.proxy_fix
this fix is based on following commit
searx/searx@b8b1337