File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ classifiers = [
2626requires-python = " >=3.9"
2727dependencies = [
2828 " flask>=3.0.2,<4.0" ,
29- " python-dotenv>=0.9 .0" ,
29+ " python-dotenv>=1.0.0,<2 .0" ,
3030 " marshmallow>=3.18.0,<4.0" ,
3131 " sqlalchemy>=2.0,<3.0" ,
32- " marshmallow-sqlalchemy>=0.29.0,<0.30 " ,
33- " flask_smorest>=0.43 .0,<0.44 " ,
32+ " marshmallow-sqlalchemy>=1.1.1,<2.0 " ,
33+ " flask_smorest>=0.45 .0,<0.46 " ,
3434 " apispec>=6.1.0,<7.0" ,
3535 " authlib>=1.3.0,<2.0" ,
3636 " bemserver-core>=0.20.0,<0.21" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ flask==3.0.3
5757 # via
5858 # bemserver-api (pyproject.toml)
5959 # flask-smorest
60- flask-smorest==0.43 .0
60+ flask-smorest==0.45 .0
6161 # via bemserver-api (pyproject.toml)
6262greenlet==3.0.3
6363 # via sqlalchemy
@@ -83,7 +83,7 @@ marshmallow==3.21.2
8383 # flask-smorest
8484 # marshmallow-sqlalchemy
8585 # webargs
86- marshmallow-sqlalchemy==0.29.0
86+ marshmallow-sqlalchemy==1.1.1
8787 # via bemserver-api (pyproject.toml)
8888numpy==1.26.4
8989 # via pandas
@@ -93,7 +93,6 @@ packaging==24.0
9393 # via
9494 # apispec
9595 # marshmallow
96- # marshmallow-sqlalchemy
9796 # webargs
9897pandas==2.2.2
9998 # via bemserver-core
You can’t perform that action at this time.
0 commit comments