Skip to content
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

Fix nullable nested schemas with metadata in 3.0 #957

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

luhn
Copy link
Contributor

@luhn luhn commented Nov 23, 2024

Fixes #955

Applied the same allOf logic seen used in 3.1 (See #904)

marshmallow-code#955

Applied the same `allOf` logic seen used in 3.1 (See
marshmallow-code#904)
@luhn luhn changed the title Fix nullable nested schemas with metadata.. Fix nullable nested schemas with metadata in 3.0 Nov 23, 2024
@lafrech lafrech merged commit 7e5f5ed into marshmallow-code:dev Dec 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect handling of nested schemas where nullable=True and has description
2 participants