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
Error: pydantic_core._pydantic_core.ValidationError: 1 validation error for my_webhook2
webhooks_service
Input should be an instance of WebhookService [type=is_instance_of, input_value=<test_app_3_fastdepends.g...bject at 0xffff9bc4eaa0>, input_type=get_fake_webhook_service.<locals>.FakeWebhookService]
For further information visit https://errors.pydantic.dev/2.9/v/is_instance_of
NB: I noticed that the same issue doesn't happen on FastAPI.
The text was updated successfully, but these errors were encountered:
Hi!
I have the following experiment, which works exactly as expected 🎉 :
Both
webhooks_service
andbody
get injected 👍However, during tests, when trying to override the
get_webhook_service
dependency:I get the following error:
NB: I noticed that the same issue doesn't happen on FastAPI.
The text was updated successfully, but these errors were encountered: