You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your work on this library. It's simple and easy to use. I considered using another library, but it hasn't been updated.
I have a question regarding the integration with Pydantic. Specifically, I want to know how to use dependency injection with Pydantic models. Here's what I mean:
@injectclassA(BaseModel):
...
b: B
Is it possible to inject B without implementing the __init__ method manually?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you very much for your work on this library. It's simple and easy to use. I considered using another library, but it hasn't been updated.
I have a question regarding the integration with Pydantic. Specifically, I want to know how to use dependency injection with Pydantic models. Here's what I mean:
Is it possible to inject
B
without implementing the__init__
method manually?Thank you!
The text was updated successfully, but these errors were encountered: