This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch supersetbot-bump-flask-appbuilder
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to 
refs/heads/supersetbot-bump-flask-appbuilder by this push:
     new f52602ab9b add pin + comment referecing the issue
f52602ab9b is described below

commit f52602ab9b8262dbd3c8374657f35c99e579858d
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Wed Mar 19 10:53:03 2025 -0700

    add pin + comment referecing the issue
---
 requirements/base.in  | 7 +++++++
 requirements/base.txt | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/requirements/base.in b/requirements/base.in
index accdd2fce9..56085768b8 100644
--- a/requirements/base.in
+++ b/requirements/base.in
@@ -27,3 +27,10 @@ async_timeout>=4.0.0,<5.0.0
 # Known issue with 6.7.0 breaking a unit test, probably easy to fix, but will 
require
 # a bit of attention to bump.
 apispec>=6.0.0,<6.7.0
+
+# 1.4.0 appears to use much more memory, where the python test suite runs out 
of memory
+# causing CI to fail. 1.3.0 is the last version that works.
+# This is probably related to the changes around PickleType
+# https://marshmallow-sqlalchemy.readthedocs.io/en/latest/changelog.html#id3
+# Opened this issue 
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/665
+marshmallow-sqlalchemy>=1.3.0,<1.4.0
diff --git a/requirements/base.txt b/requirements/base.txt
index 077d16ae04..91f778fe78 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -216,7 +216,9 @@ marshmallow==3.26.1
     #   flask-appbuilder
     #   marshmallow-sqlalchemy
 marshmallow-sqlalchemy==1.3.0
-    # via flask-appbuilder
+    # via
+    #   -r requirements/base.in
+    #   flask-appbuilder
 mdurl==0.1.2
     # via markdown-it-py
 msgpack==1.0.8

Reply via email to