We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pyproject.toml generated by the python-nextgen generator is invalid per the pyproject spec:
pyproject.toml
python-nextgen
Invalid author string. Must be in the format: John Smith <[email protected]>
6.5.0
Use petstore.yaml
openapi-generator-cli generate -g python-nextgen -i petstore.yaml -o p
poetry install
Use format per spec.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report Checklist
Description
The
pyproject.toml
generated by thepython-nextgen
generator is invalid per the pyproject spec:openapi-generator version
6.5.0
OpenAPI declaration file content or url
Use petstore.yaml
Generation Details
openapi-generator-cli generate -g python-nextgen -i petstore.yaml -o p
Steps to reproduce
python-nextgen
poetry install
or through a YAML schema validator etc.Related issues/PRs
Suggest a fix
Use format per spec.
The text was updated successfully, but these errors were encountered: