@@ -3,15 +3,14 @@ name = "flask-marshmallow"
33version = " 1.4.0"
44description = " Flask + marshmallow for beautiful APIs"
55readme = " README.rst"
6- license = { file = " LICENSE " }
6+ license = " MIT "
77maintainers = [
88 { name = " Steven Loria" , email = " oss@stevenloria.com" },
99 { name = " Stephen Rosen" , email = " sirosen0@gmail.com" },
1010]
1111classifiers = [
1212 " Environment :: Web Environment" ,
1313 " Intended Audience :: Developers" ,
14- " License :: OSI Approved :: MIT License" ,
1514 " Natural Language :: English" ,
1615 " Programming Language :: Python :: 3" ,
1716 " Programming Language :: Python :: 3.10" ,
@@ -22,14 +21,14 @@ classifiers = [
2221 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
2322]
2423requires-python = " >=3.10"
25- dependencies = [" Flask>=2.2" , " marshmallow>=3 .0.0" ]
24+ dependencies = [" Flask>=2.2" , " marshmallow>=4 .0.0" ]
2625
2726[project .urls ]
2827Issues = " https://github.com/marshmallow-code/flask-marshmallow/issues"
2928Funding = " https://opencollective.com/marshmallow"
3029
3130[project .optional-dependencies ]
32- sqlalchemy = [" flask-sqlalchemy>=3.0.0" , " marshmallow-sqlalchemy>=0.29 .0" ]
31+ sqlalchemy = [" flask-sqlalchemy>=3.0.0" , " marshmallow-sqlalchemy>=1.4 .0" ]
3332
3433[dependency-groups ]
3534docs = [" marshmallow-sqlalchemy>=0.19.0" , " sphinx-issues" , " sphinx>=8.1" ]
0 commit comments