Skip to content

Commit 90ca562

Browse files
authored
Updating for development - Restrict marshmallow dependency to >=3.5,<4.0.0 for … (#40596)
* Devrequirement - Restrict marshmallow dependency to >=3.5,<4.0.0 for compatibility * changelog updation * removed from changelog
1 parent d11ffc6 commit 90ca562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e ../../../tools/azure-sdk-tools
22
../../core/azure-core
33
../../identity/azure-identity
4-
marshmallow
4+
marshmallow>=3.5,<4.0.0
55
marshmallow-jsonschema==0.10.0
66
mock
77
pytest-cov

0 commit comments

Comments
 (0)