-
-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1 changes #146
Comments
is there any plan to add custom decorator support to the api module? |
what do you mean ? example ? |
I tried to implement an async decorator to check whether user exists or not on database before an API function is called. At first I got an error and I think it's impossible to add any async decorator for now. But then I found a way to create one and it works. So, I think it's already solved. |
When i add List[ModelSchema] in another schema, he generate an error "AttributeError: fields". I don't understand why |
Hey @vitalik thank you for your great work Will it be possible in v1 to add custom example to our open api schemas like in https://fastapi.tiangolo.com/tutorial/schema-extra-example/?h=example#pydantic-schema_extra ? |
Kindly share your schema and models code. It will be easy to solve having some hints |
will there be permission , for example, like django rest framework !? and would like to be able to define serialization depth in schema class, example:
|
Outlining here potential backward incompatible changes that might be introduced in v1 release
The text was updated successfully, but these errors were encountered: