Allow dependencies for DI to be given like [provide_service_one, provide_service_two]
instead of {"service_one": provide_service_one, "service_two": provide_service_two}
.
The dependencies could be callables or Provide
instances where the name of the dependency would be the name of the callable by default. To configure the name, a name
field could be provided in Provide
which will be used instead of the callable name, if provided.
No response
No response
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too