We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b816e commit a552c41Copy full SHA for a552c41
requirements/base.in
@@ -4,3 +4,4 @@ flask
4
html5lib
5
wtforms
6
marshmallow
7
+marshmallow-oneofschema
requirements/base.txt
@@ -1,4 +1,4 @@
1
-# SHA1:fd2542b4486cf6dc24444f52b36358b72048b392
+# SHA1:10e63ddf844346ea3435fa68095646006572795d
2
#
3
# This file is autogenerated by pip-compile-multi
# To update, run:
@@ -27,6 +27,10 @@ markupsafe==3.0.2
27
# werkzeug
28
# wtforms
29
marshmallow==3.23.2
30
+ # via
31
+ # -r requirements/base.in
32
+ # marshmallow-oneofschema
33
+marshmallow-oneofschema==3.1.1
34
# via -r requirements/base.in
35
packaging==24.2
36
# via marshmallow
0 commit comments