bal-stan

Results 3 comments of bal-stan

Thanks for taking the time to look into this. I did try your solutions. 1. When I replaced components like this: ``` components: schemas: Pet: $ref: ./schemas/Pet.yaml parameters: PetId: $ref:...

@adamaltman i tried that - that works. See `2.` in my previous comment.

Is there any progress on this? Using: - Uplink 0.9.7 - Pydantic 1.10.2 - Python 3.10.4 I have a similar problem: ``` import typing as t import typing_extensions as te...