feat: Response filter async (#47)

* fix: get_object alter for async response filter

* fix: Alter async response

* feat: Decorator for schema out
This commit is contained in:
vikynoah
2025-04-09 14:00:30 +02:00
committed by GitHub
parent 7afb8e2fd8
commit e160cc5fea
3 changed files with 23 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
from .base import * # noqa
from .response_schema import * #noqa
from .schema_optional import * #noqa