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

in components -> schemas ![Screenshot from 2022-08-10 22-53-44](https://user-images.githubusercontent.com/15095508/184057477-b9898200-c142-4bbb-9973-f98f3bfa075e.png) here i have erros: ``` Unable to parse schema /components/schemas/HRVSample Unable to parse this part of your OpenAPI document: : Attempted to...

🐞bug

```json { ... "components": { "schemas": { "ABC": { "required": [], ... }, ... } } } ``` this generates an error: ``` components -> schemas -> ABC -> required...

🐞bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

**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`...

🐞bug

**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...

bug

**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...

enhancement

**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...

enhancement

**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...

bug

**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...

bug

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...

enhancement