diff --git a/pyproject.toml b/pyproject.toml index 8064600..e097488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13.3" authors = [{name = "nanotaboada", email = "hello@example.com"}] dependencies = [ "fastapi[standard]==0.136.1", - "SQLAlchemy==2.0.49", + "SQLAlchemy==2.0.50", "aiosqlite==0.22.1", "aiocache==0.12.3", "alembic==1.18.4",