File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ async_timeout>=4.0.0,<5.0.0
28
28
# a bit of attention to bump.
29
29
apispec>=6.0.0,<6.7.0
30
30
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.
34
33
# https://marshmallow-sqlalchemy.readthedocs.io/en/latest/changelog.html#id3
35
34
# 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
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ greenlet==3.1.1
158
158
# via
159
159
# apache-superset (pyproject.toml)
160
160
# shillelagh
161
- # sqlalchemy
162
161
gunicorn==23.0.0
163
162
# via apache-superset (pyproject.toml)
164
163
h11==0.14.0
@@ -216,7 +215,7 @@ marshmallow==3.26.1
216
215
# via
217
216
# flask-appbuilder
218
217
# marshmallow-sqlalchemy
219
- marshmallow-sqlalchemy==1.3 .0
218
+ marshmallow-sqlalchemy==1.4 .0
220
219
# via
221
220
# -r requirements/base.in
222
221
# flask-appbuilder
Original file line number Diff line number Diff line change @@ -318,7 +318,6 @@ greenlet==3.1.1
318
318
# apache-superset
319
319
# gevent
320
320
# shillelagh
321
- # sqlalchemy
322
321
grpcio==1.71.0
323
322
# via
324
323
# apache-superset
@@ -435,7 +434,7 @@ marshmallow==3.26.1
435
434
# -c requirements/base.txt
436
435
# flask-appbuilder
437
436
# marshmallow-sqlalchemy
438
- marshmallow-sqlalchemy==1.3 .0
437
+ marshmallow-sqlalchemy==1.4 .0
439
438
# via
440
439
# -c requirements/base.txt
441
440
# flask-appbuilder
You can’t perform that action at this time.
0 commit comments