From 9820520cab9781c302cce7e3137e668ab22112fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:48:36 +0000 Subject: [PATCH] feat(deps): update dependency sqlalchemy to v2.0.43 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93c435b..56b4292 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pydantic==2.9.2 pydantic_core==2.23.4 python-dotenv==1.1.1 sniffio==1.3.1 -SQLAlchemy==2.0.42 +SQLAlchemy==2.0.43 starlette==0.47.2 typing_extensions==4.14.1