Daniel-Vetter-Coverwhale

Results 7 issues of Daniel-Vetter-Coverwhale

### Description It would be really awesome if ogen would automatically generate an Accept header parameter and enum options for it based on the content-types in the response for a...

enhancement
openapi-features

### Description Automatically wrap anonymous types with the same name. In a schema that I'm consuming, the vendor has specified OrderId (and several other things) in all of the responses,...

enhancement
openapi-features

**Describe the bug** Converting from one pydantic dtype pandera DataFrame to another without strict = 'filter' drops columns, but when strict = 'filter' the conversion errors. - [X] I have...

bug

### What's the use case? We have roughly a year and half of run information, materializations, metadata, logs, etc from our OSS deployment and we'd like to keep that history....

type: feature-request

### Describe the bug In my python generator config I specify pydantic version v2, but still wind up with pydantic.v1 imports. ### To reproduce Use the following generator config ```yaml...

python

## Describe the Bug An invalid file is being generated, with an empty method. ## Information to Reproduce ### CLI Version v0.16.25 ### Generator Version 0.7.2 ### Custom Config I...

python

I'd really like to be able to save requests to replay later, especially ones with complex json bodies or large header values (like for authentication).