-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[BUG][Python] python-fastapi 7.9.0 generates imports of UNKNOWN_BASE_TYPE #20154
Comments
thanks for reporting the issue. can you please test it with the python client generator as well to see if there are similar import issues? please also use v7.10.0 which is the latest stable version released a few days ago. |
Hi, can confirm that this issue still persists with the difference of if in 7.9.0 the generated file is:
then in 7.10.0 it's:
Thanks for the reply, @wing328 |
thanks for reporting the issue should be fixed via #20165 please give it a try later with the latest master or snapshot version when you've time |
Bug Report Checklist
Description
Generated files have an unknown_base_type import.
openapi-generator version
7.9.0
OpenAPI declaration file content or url
The code for the yaml spec can be found here: https://github.com/bbc/tams/tree/main/api
Generation Details
This is a snippet of
tests/test_default_controller_impl
:Steps to reproduce
The text was updated successfully, but these errors were encountered: