-
-
Notifications
You must be signed in to change notification settings - Fork 327
Error on Updating FastAPI enpoint #510
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
Comments
@lmignon I think you are the most appropriate person to take over it.
|
@veryberry I'm not able to reproduce this issue on 16.0 |
@veryberry I'm pretty sure you encounter the problem with the PR https://github.com/OCA/rest-framework/pull/499/files#diff-dc35ba10e9b915f31315c36ff5cb8f18a0489bbb617b20d073c07d6de6c469b1R202 since the method |
Thanks @lmignon you are right, the issue is actual for 17.0+ |
In this case method |
This method should be removed but a comment before the call to |
Module
fastapi
Describe the bug
File "/fastapi/models/fastapi_endpoint.py", line 201, in _reset_app
self._reset_app_cache_marker.clear_cache(self)
AttributeError: 'function' object has no attribute 'clear_cache'
To Reproduce
Affected versions:
16.0
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: