Skip to content

Commit 37c7eb3

Browse files
Complete marshmallow 4.x.x compatibility fixes
Co-authored-by: kshitij-microsoft <[email protected]>
1 parent 19ddc5c commit 37c7eb3

File tree

1 file changed

+1
-1
lines changed
  • sdk/ml/azure-ai-ml/azure/ai/ml/_schema/assets

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/_schema/assets/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class IndexAssetSchema(ArtifactSchema):
1515
name = fields.Str(required=True, allow_none=False)
1616
id = ArmStr(azureml_type=AzureMLResourceType.INDEX, dump_only=True)
17-
stage = fields.Str(default="Development")
17+
stage = fields.Str(load_default="Development")
1818
path = fields.Str(
1919
required=True,
2020
metadata={

0 commit comments

Comments
 (0)