Dylan Anthony
Dylan Anthony
Is the transport something you can set on the httpx `Client`? Meaning would #202 potentially solve this?
Thanks for the suggestions @fyhertz. I think the best way to go forward with a more object oriented style is to have a separate set of templates for OO, rather...
@alexifm that's probable the way we'll have to go long term, yes. Without there being a Python-side implementation to drive things (what the `Project` class does today) it would be...
For `oneOf` we should probably make a type alias to `Union[ThingOne, ThingTwo]`. `anyOf` is a lot harder... my read of it is that it has to validate against at least...
Hey @mtovts, what's actually happening here is that a model which is `allOf` a single other model is considered to just be "the same" as that model. It was a...
I'm not sure 😅 probably not though. #366 was just about fixing reference resolution in general, my guess is that generation will still fail for recursive models, we'll need to...
Related to #454 I think
So the httpx team seems to have been going back and forth on a retry API for some time. I think we should wait on adding our own retry functionality...
Looks like this might be possible now via https://github.com/encode/httpcore/pull/221 , but I don't see any clear documentation on how to do it. Anyone is free to give it a shot...
Thanks for reporting the issue @synchronizing ! It will be fixed with #337