-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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] Is it expected that generated python client code now depends on nulltype #8371
Comments
This is an accident In my original composition pr here: https://github.com/OpenAPITools/openapi-generator/pull/5341/files#r379938730 So one can fix this by:
|
I wonder what the justification for using the |
Hey there. The comment above describes why nulltype was added. As described in that comment it can now be removed. |
This has been resolved by the above PR. nulltype is no longer included in the python generator. |
Description
We've previously been running v5.0.0-beta2. Switching to the full release v5.0.0 results in the error
ModuleNotFoundError: No module named 'nulltype'
.The fix was to add the nulltype package to my project's requirements but I'm not sure if this is expected and it doesn't seem ideal. Is this package really required or was it an accidentally inclusion?
openapi-generator version
v5.0.0
The text was updated successfully, but these errors were encountered: