Peder Hovdan Andresen

Results 6 comments of Peder Hovdan Andresen

I think the name `AnalyzedType` was changed at some point, even though the blog post still points to that name. Will update once I can be bothered to dig up...

With #57 , we can use the newest version of `datamodel-code-generator` to generate Pydantic V2 models. That uses the new `RootModel` which serializes to JSON correctly, but requires us to...

`datamodel-codegen --collapse-root-models` is NOT the answer we are looking for at least, because that will definitely break stuff.

Instead of subclassing, we could probably just modify the `__new__` method of this hypothetical `HarborAsyncClient` to return `HarborClient` instead, so no matter which one you try to instantiate, you always...

Sorry for the delay. I will take a look ASAP.

Thanks for reporting this, I'll try to improve it. I am considering leaving out Hatch from the instructions, since we have now switched over to uv dependency groups for managing...