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
Revert notes
  • Loading branch information
grihabor committed Dec 21, 2024
commit cc480a721ab62f9389954960db5b6bb93bc0950b
5 changes: 0 additions & 5 deletions docs/notes/2.23.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ exclude = ["**/tests/*"]

The backend linter will also load a Trufflehog [configuration file](https://github.com/trufflesecurity/trufflehog?tab=readme-ov-file#regex-detector-example) (passed via `trufflehog -c trufflehog-config.yaml`), as long as the configuration file is placed in the root of your codebase with filename: `trufflehog-config.yaml`

#### NEW: Python for OpenAPI

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

#### Python

[The `pants.backend.experimental.python.typecheck.pyright` backend](https://www.pantsbuild.org/2.23/reference/subsystems/pyright) now uses version 1.1.365 by default.
Expand Down
Loading