Commit 30665ea
chore: prepare release 0.19.1 (#1015)
This PR was created by Knope. Merging it will create a new release
### Features
#### Add config option to override content types
You can now define a `content_type_overrides` field in your
`config.yml`:
```yaml
content_type_overrides:
application/zip: application/octet-stream
```
This allows `openapi-python-client` to generate code for content types
it doesn't recognize.
PR #1010 closes #810. Thanks @gaarutyunov!
### Fixes
#### Add aliases to `Client` for pyright
This should resolve incompatibilities between the generated `Client`
class and the pyright type checker.
PR #1009 closes #909. Thanks @patrick91!
Co-authored-by: GitHub <github-actions@github.com>1 parent eb7c708 commit 30665ea
File tree
4 files changed
+26
-26
lines changed- .changeset
4 files changed
+26
-26
lines changedThis file was deleted.
Lines changed: 0 additions & 16 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
16 | 41 | | |
17 | 42 | | |
18 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments