Skip to content

Commit bc0bf94

Browse files
authored
chore: bump marshmallow-sqlalchemy to 1.4.0 (#32922)
1 parent f5d6417 commit bc0bf94

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

requirements/base.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ async_timeout>=4.0.0,<5.0.0
2828
# a bit of attention to bump.
2929
apispec>=6.0.0,<6.7.0
3030

31-
# 1.4.0 appears to use much more memory, where the python test suite runs out of memory
32-
# causing CI to fail. 1.3.0 is the last version that works.
33-
# This is probably related to the changes around PickleType
31+
# 1.4.1 appears to use much more memory, where the python test suite runs out of memory
32+
# causing CI to fail. 1.4.0 is the last version that works.
3433
# https://marshmallow-sqlalchemy.readthedocs.io/en/latest/changelog.html#id3
3534
# Opened this issue https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/665
36-
marshmallow-sqlalchemy>=1.3.0,<1.4.0
35+
marshmallow-sqlalchemy>=1.3.0,<1.4.1

requirements/base.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ greenlet==3.1.1
158158
# via
159159
# apache-superset (pyproject.toml)
160160
# shillelagh
161-
# sqlalchemy
162161
gunicorn==23.0.0
163162
# via apache-superset (pyproject.toml)
164163
h11==0.14.0
@@ -216,7 +215,7 @@ marshmallow==3.26.1
216215
# via
217216
# flask-appbuilder
218217
# marshmallow-sqlalchemy
219-
marshmallow-sqlalchemy==1.3.0
218+
marshmallow-sqlalchemy==1.4.0
220219
# via
221220
# -r requirements/base.in
222221
# flask-appbuilder

requirements/development.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ greenlet==3.1.1
318318
# apache-superset
319319
# gevent
320320
# shillelagh
321-
# sqlalchemy
322321
grpcio==1.71.0
323322
# via
324323
# apache-superset
@@ -435,7 +434,7 @@ marshmallow==3.26.1
435434
# -c requirements/base.txt
436435
# flask-appbuilder
437436
# marshmallow-sqlalchemy
438-
marshmallow-sqlalchemy==1.3.0
437+
marshmallow-sqlalchemy==1.4.0
439438
# via
440439
# -c requirements/base.txt
441440
# flask-appbuilder

0 commit comments

Comments
 (0)