We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2b06d commit 2b6a9a7Copy full SHA for 2b6a9a7
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ description = "SQLAlchemy load option that loads only from persisted session ins
4
authors = [{ name = "Jan Vollmer", email = "jan@vllmr.dev" }]
5
license = { file = "LICENSE" }
6
dependencies = ["sqlalchemy>=2.0.40"]
7
-requires-python = ">=3.9"
+requires-python = ">=3.13.3"
8
readme = "README.md"
9
keywords = ["sqlalchemy", "session", "loader"]
10
classifiers = [
@@ -59,7 +59,7 @@ ignore = ["E731"]
59
dev = [
60
"black>=25.1.0",
61
"mypy>=1.15.0",
62
- "ruff>=0.11.6",
+ "ruff>=0.11.8",
63
"pytest>=8.3.5",
64
"pytest-cov>=6.1.1",
65
"isort>=6.0.1",
@@ -69,6 +69,6 @@ dev = [
69
"faker>=37.1.0",
70
"pytest-benchmark>=5.1.0",
71
"sqlalchemy-utils>=0.41.2",
72
- "nox>=2025.2.9",
+ "nox>=2025.5.1",
73
"types-sqlalchemy-utils>=1.1.0",
74
]
0 commit comments