openapi-python-client
openapi-python-client copied to clipboard
Generate modern Python clients from OpenAPI
in components -> schemas  here i have erros: ``` Unable to parse schema /components/schemas/HRVSample Unable to parse this part of your OpenAPI document: : Attempted to...
```json { ... "components": { "schemas": { "ABC": { "required": [], ... }, ... } } } ``` this generates an error: ``` components -> schemas -> ABC -> required...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/openapi-generators/openapi-python-client). ## Config Migration Needed - [ ]...
**Describe the bug** GitHub OpenAPI Descriptor parsing It seems we can not parse the GitHub OpenAPI since in the SCIM emu we have twice the value ( `add` and `Add`...
**Describe the bug** `Pyright` will throw an error about imports not being publically exported. **To Reproduce** Steps to reproduce the behavior: 1. Generate an client 2. Import a module from...
**Is your feature request related to a problem? Please describe.** Recently httpx had a security vulnerability posted that required an update to httpx==0.23.0. openapi-python-client does not have a lot of...
**Is your feature request related to a problem? Please describe.** When generating the client from open api spec, sometimes we need to prevent some specific files to be overwritten. I...
**Describe the bug** This package shouldn't limit httpx vesrion at all. This package is not meant to be installed at runtime, only generation, so this just interferes for no good...
**Describe the bug** I realized the openapi standard let's you set a global security/auth setting and that this would cut down a bunch of boilerplate. Sadly when I tried it...
When I run: ``` openapi-python-client update --path apispec.yaml ``` A custom folder, `util` is deleted. I'd like to have an option where `update` will ignore the util folder. I've considered...