BaptisteSaves

Results 9 comments of BaptisteSaves

@wing328 I tried it with `openapitools/openapi-generator-cli:latest` today

Yes this will work fine. I understand the `anyOf: -null` part is not really useful in this context but the spec file is generated so we cannot fix it that...

@StrawHatDrag0n I realize I forgot to mention the impacted generated yaml is the one we get from FastAPI, sorry. I managed to reproduce the problem with a simple example. The...

@StrawHatDrag0n Here is the file and env, I ran it with `uvicorn main:app --reload` then going to `http://127.0.0.1:8000/openapi.json` ``` from enum import StrEnum, auto from typing import Annotated, Union, Literal...

Hello @sydney-runkle @StrawHatDrag0n, Do you have any news for a possible fix on this regression :pray:

@sydney-runkle I am not sure. What I tested is that `model_json_schema()` has the same result in both versions Also the issue is linked to the usage of alias on the...

I am not sure how you can get a different result than me so I gave the whole project that shows the `any` Maybe the latest docker is not really...

@wing328 I guess I did not. Yes it seems fixed on the latest build. Sorry about that.

@rmk135 Any thoughts on that please ? I would really like to use the library that seems awesome but this is a blocker if we cannot close our session at...