File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "SQLAlchemy load option that loads only from persisted session ins
44authors = [{ name = " Jan Vollmer" , email = " jan@vllmr.dev" }]
55license = { file = " LICENSE" }
66dependencies = [" sqlalchemy>=2.0.43" ]
7- requires-python = " >=3.9 "
7+ requires-python = " >=3.13.7 "
88readme = " README.md"
99keywords = [" sqlalchemy" , " session" , " loader" ]
1010classifiers = [
@@ -58,17 +58,17 @@ ignore = ["E731"]
5858[dependency-groups ]
5959dev = [
6060 " black>=25.1.0" ,
61- " mypy>=1.15.0 " ,
62- " ruff>=0.11.6 " ,
63- " pytest>=8.3.5 " ,
64- " pytest-cov>=6.1.1 " ,
61+ " mypy>=1.17.1 " ,
62+ " ruff>=0.12.12 " ,
63+ " pytest>=8.4.2 " ,
64+ " pytest-cov>=6.3.0 " ,
6565 " isort>=6.0.1" ,
6666 " pycln>=2.5.0" ,
6767 " pyaphid>=0.3.1" ,
68- " pre-commit>=4.2 .0" ,
69- " faker>=37.1 .0" ,
68+ " pre-commit>=4.3 .0" ,
69+ " faker>=37.6 .0" ,
7070 " pytest-benchmark>=5.1.0" ,
71- " sqlalchemy-utils>=0.41.2 " ,
72- " nox>=2025.2.9 " ,
71+ " sqlalchemy-utils>=0.42.0 " ,
72+ " nox>=2025.5.1 " ,
7373 " types-sqlalchemy-utils>=1.1.0" ,
7474]
You can’t perform that action at this time.
0 commit comments