Skip to content
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

Support Python codegen for the OpenAPI backend #21316

Merged
merged 21 commits into from
Dec 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update notes
  • Loading branch information
grihabor committed Aug 18, 2024
commit 4e9904e7bde0090fa4a9bfed208caff19cbaf247
2 changes: 1 addition & 1 deletion docs/notes/2.23.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The backend linter will also load a Trufflehog [configuration file](https://gith
#### NEW: Python for OpenAPI

A new experimental `pants.backend.experimental.openapi.codegen.python` backend
was added to support python codegen from OpenAPI documents.
was added to support python codegen for OpenAPI documents.

#### Python

Expand Down
Loading