Skip to content

Instantly share code, notes, and snippets.

View Spirit412's full-sized avatar

Aleksandr Domanskiy Spirit412

View GitHub Profile
@Tishka17
Tishka17 / README.md
Last active March 12, 2024 11:18
Fastpi Depends Stub

This Stub class is designed as a workaround for Fastapi Depends which mixes IoC-Container features with request parsing.

You can use parametrized Stub instance to declare dependency whilst not show your class'es __init__ params in OpenAPI specification.