@@ -3,11 +3,10 @@ name = "marshmallow-sqlalchemy"
33version = " 1.5.0"
44description = " SQLAlchemy integration with the marshmallow (de)serialization library"
55readme = " README.rst"
6- license = { file = " LICENSE " }
7- maintainers = [{ name = " Steven Loria" , email = " sloria1@gmail .com" }]
6+ license = " MIT "
7+ maintainers = [{ name = " Steven Loria" , email = " oss@stevenloria .com" }]
88classifiers = [
99 " Intended Audience :: Developers" ,
10- " License :: OSI Approved :: MIT License" ,
1110 " Programming Language :: Python :: 3" ,
1211 " Programming Language :: Python :: 3.10" ,
1312 " Programming Language :: Python :: 3.11" ,
@@ -16,10 +15,7 @@ classifiers = [
1615 " Programming Language :: Python :: 3.14" ,
1716]
1817requires-python = " >=3.10"
19- dependencies = [
20- " marshmallow>=3.18.0" ,
21- " SQLAlchemy>=1.4.40,<3.0" ,
22- ]
18+ dependencies = [" marshmallow>=4.0.0" , " SQLAlchemy>=1.4.40,<3.0" ]
2319
2420[project .urls ]
2521Changelog = " https://marshmallow-sqlalchemy.readthedocs.io/en/latest/changelog.html"
@@ -37,12 +33,7 @@ docs = [
3733 " sphinxext-opengraph" ,
3834]
3935tests = [" pytest" , " pytest-lazy-fixtures" ]
40- dev = [
41- { include-group = " tests" },
42- " tox" ,
43- " tox-uv" ,
44- " pre-commit>=3.5,<5.0" ,
45- ]
36+ dev = [{ include-group = " tests" }, " tox" , " tox-uv" , " pre-commit>=3.5,<5.0" ]
4637
4738[tool .uv ]
4839default-groups = [" dev" ]
0 commit comments