diff --git a/pyproject.toml b/pyproject.toml index d3ad84a..917db9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "inflection>=0.3.1", "singer-python>=5.0.12", - "sqlalchemy==2.0.50", + "sqlalchemy==2.0.51", ] optional-dependencies.dev = [ "pytest>=9",