Natarajan Krishnaswami

Results 5 issues of Natarajan Krishnaswami

This PR adds * `PolicyBasedModelCheckpointingCallback` to use a policy to perform model checkpointing, optionally including the iteration number to allow saving multiple checkpoints * ABC `CheckpointPolicy` to control when to...

To add support for SQLAlchemy mapped collections, I'd like to add a case for `dict` origins to the Pydantic v2 `get_relationship_to` implementation. This PR does so, with a test case...

feature

**Describe the bug** When a response media type has an `anyOf` schema, the generated code does not parse it properly/is not valid. (see add'l context) **OpenAPI Spec File** https://gist.github.com/nkrishnaswami/8c4a2068d8ac59cab153136a6069b44d **Desktop...

This PR modifies `openapi-python-client` to recognize multiple media types in OpenAPI response objects and to differentially parse HTTP responses based on their `Content-Type` header values. (Today, it generates code for...

Hello, I'm seeing some references in `Union[Reference, Schema]` (parameter `schema` field, eg) being parsed as `Schema` despite having a `$ref`, when they have too many siblings from `Schema`, perhaps from...