openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

Generate modern Python clients from OpenAPI

Results 147 openapi-python-client issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I generated a client and create a client object. How to use the api methods/modules **Describe the solution you'd like**...

enhancement

**Describe the bug** `from_dict` when we set a nullable field ref to None. This behavior: - differs from class constructor which accepts `None` ref fields - differs from others fields...

🐞bug

**Describe the bug** Even when `autoflake` is on the `PATH`, `openapi-python-client` seems to claim it isn't. **To Reproduce** Steps to reproduce the behavior: ``` ⊙ python3.10 -m venv venv &&...

🐞bug

I'm only a day or two into using the project, which seems quite nice, so apologies if I'm missing this: **Is your feature request related to a problem? Please describe.**...

enhancement

Bumps [dparse](https://github.com/pyupio/dparse) from 0.5.1 to 0.5.2. Changelog Sourced from dparse's changelog. 0.5.2 (2022-08-09) Install pyyaml only when asked for with extras (conda extra) Add support for piptools requirements.in Use ConfigParser...

dependencies

Hi, I'm sure this is related to my project, not to the openapi-python-client, but needed some help. When running the app, I get the following errors: ``` Error(s) encountered while...

🐞bug

Continuation of #582. Seems, closes: #338, #466 Adds lazy imports to avoid circular import errors, which #582 has. Not fully finished. I’d like to polish it after receiving feedback. Instead...

**Describe the bug** Thanks for creating this; I love how explicit it is on errors and warnings! I am currently encountering this warning: ``` WARNING parsing POST /2.1/jobs/create within default....

bug

### Discussed in https://github.com/openapi-generators/openapi-python-client/discussions/672 Originally posted by **georgkrause** September 22, 2022 Hello everyone, thanks for the great project, great work! Keep it going! I am totally new to the whole...

enhancement

adds support for request bodies referencing to `components/requestBodies/` (see [spec](https://swagger.io/specification/#components-object)) Fixes #595. Sorry I only found #633 after preparing this PR, but in contrast to #633 this one also updates...