Skip to content

fix: Update marshmallow to use load_default#2

Open
DocArmoryTech wants to merge 1 commit intoMISP:mainfrom
DocArmoryTech:marshmallow-bump
Open

fix: Update marshmallow to use load_default#2
DocArmoryTech wants to merge 1 commit intoMISP:mainfrom
DocArmoryTech:marshmallow-bump

Conversation

@DocArmoryTech
Copy link
Copy Markdown

Replace missing=None with load_default=None in ServerSchema class in marshmallowSchemas.py to resolve TypeError caused by marshmallow 4.0.0 incompatibility. This ensures the Docker build completes successfully while maintaining compatibility with the latest marshmallow version.

fixes: #1

Replace `missing=None` with `load_default=None` in `ServerSchema` class in `marshmallowSchemas.py` to resolve TypeError caused by `marshmallow` 4.0.0 incompatibility. This ensures the Docker build completes successfully while maintaining compatibility with the latest `marshmallow` version.
@adulau adulau requested a review from mokaddem June 28, 2025 08:14
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.

'missing' argument error during Docker backend build

1 participant