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

FastAPI Dependency Support For Local Handler #42

Merged
merged 4 commits into from
Apr 6, 2023

Conversation

melvinkcx
Copy link
Owner

@melvinkcx melvinkcx commented Feb 19, 2023

First version:

  • Sub-dependencies are supported
  • Dependency cache is not supported
  • Dependency override is not supported
  • Generator dependencies with yield are not supported yet

Closes #41

@melvinkcx melvinkcx force-pushed the features/local_handler_dependencies branch from a370d01 to 746fb72 Compare February 19, 2023 08:23
@melvinkcx melvinkcx marked this pull request as ready for review April 6, 2023 10:37
@melvinkcx melvinkcx merged commit 83016a0 into dev Apr 6, 2023
@melvinkcx melvinkcx deleted the features/local_handler_dependencies branch April 6, 2023 11:16
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.

Support for Depends()
1 participant