File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "sqlalchemy-sessionload"
33description = " SQLAlchemy load option that loads only from persisted session instances"
44authors = [{ name = " Jan Vollmer" , email = " jan@vllmr.dev" }]
55license = { file = " LICENSE" }
6- dependencies = [" sqlalchemy>=2.0.40 " ]
7- requires-python = " >=3.9 "
6+ dependencies = [" sqlalchemy>=2.0.43 " ]
7+ requires-python = " >=3.13.6 "
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.8 " ,
63+ " pytest>=8.4.1 " ,
64+ " pytest-cov>=6.2 .1" ,
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.5.3 " ,
7070 " pytest-benchmark>=5.1.0" ,
7171 " sqlalchemy-utils>=0.41.2" ,
72- " nox>=2025.2.9 " ,
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