-
-
Notifications
You must be signed in to change notification settings - Fork 135
Nullable field or schema not validating for None #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, just since I already created this ticket, there's a very similar issue still going on in the latest version from |
Reproducing the same issue. Unfortunately, this project going to be dead soon (I would say), it seems that author has no time at all, which is fully understandable, but if there is no release for longer time for some already fixed issues, not sure is it worth to contribute here at all (I usually fix issue locally, but that's not it). If I got time, I will try to create PR for this. |
I wouldn't say the project is "going to be dead soon"; It's just that the author, @p1c2u , hasn't been much active on it, but recently I got some replies on tickets here. Maybe it's worth considering adding more people as direct collaborators of the project. |
That's the key! Without that, there is no too much sense in providing fixes without possibility to release, even potential smaller issues are better than issue with paths resolving. In any case, when (i.e. if) that happens, I'm here to help with PRs. |
Looks like a new tag was cut in July, so this issue is moot? 0aeb144 |
I do not think that fix for this issue is included in the last release, but you can check. |
To correct myself (from previous comment) - handling
|
@stojan-jovic I address the first case in #276. What do we think ? |
any news on this issue? |
This is still an issue: |
Still an issue. I just updated openapi-core in my project and all of a sudden I started getting that error for a schema model that is {'description': 'something something.',
'format': 'uuid',
'nullable': True,
'type': 'string'} This leads me to:
|
Almost same error for: {'additionalProperties': True,
'description': 'something something.',
'nullable': True,
'type': 'object'} and almost the same for: {'format': 'date-time', 'nullable': True, 'type': 'string'} I see this as a pretty big issue on the current version. |
Hi,
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...
Thanks!
The text was updated successfully, but these errors were encountered: