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

Allow passing FastAPI directly to init #12

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

Conversation

bjchambers
Copy link

This is useful in cases where the application is created in a factory or otherwise doesn't have a string directly tied to the app.

This is useful in cases where the application is created in
a factory or otherwise doesn't have a string directly tied
to the app.
@s3rius
Copy link
Member

s3rius commented Mar 8, 2024

Agree, sounds useful.

@lokhman
Copy link

lokhman commented Nov 29, 2024

So can this be merged?

I find it extremely useful, as in my case for using a path to the FastAPI app, I had to deal with circular dependencies.

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.

3 participants