-
Notifications
You must be signed in to change notification settings - Fork 184
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
App fails with error "Passing keyword arguments to inject is no longer supported" #3
Comments
This is an issue with version Injector, which removed support for passing keyword arguments to @Inject in version 0.13.0 (changelog). Injector seems to be a dependency of Flask-Injector:
I've tried specifying different versions of Flask-Injector in |
I was able to resolve this by specifying
However, because of #2, I can't verify that any of the routes work.
|
Sorry for the delay and thanks for the issue, I will fix it right away! |
PR #4 should fix the inject error |
I'm getting the following error when trying to run
docker-compose up
:The text was updated successfully, but these errors were encountered: