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
I've just upgrade openapi-core on my project to 0.13.3, after some months without upgrading, and now nullable schemas are not validating None values anymore.
I found a commit which seems to fix the issue: 7307794 - but this seems to have been fixed after the latest tag.
Can you release a new patch version, with the most recent fixes, please? I use nullable schemas quite a lot, and need that fix...