You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to my tests, the latest openapi-core release (0.13.3 at the time of this writing) is ignoring the nullable keyword when unmarshalling an object, so it fails here:
According to my tests, the latest
openapi-core
release (0.13.3
at the time of this writing) is ignoring thenullable
keyword when unmarshalling an object, so it fails here:I will write a quick minimum test case when I have a minute, opening this now if someone can take a look.
The text was updated successfully, but these errors were encountered: