diff --git a/tests/pyproject.toml b/tests/pyproject.toml index d61b801..e7a31ba 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "pytest>=8", "syrupy>=4", - "sqlalchemy>=2", + "sqlalchemy>=2.0.51", ] [tool.pytest.ini_options]