From ff28c7c6da4e3659df288a0e38d49e2c7bc08e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:57:01 +0000 Subject: [PATCH] fix(deps): bump sqlalchemy from 2.0.26 to 2.0.50 in /nlp-orchestrator Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.26 to 2.0.50. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nlp-orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp-orchestrator/requirements.txt b/nlp-orchestrator/requirements.txt index 8446bb944..c5ed68c47 100644 --- a/nlp-orchestrator/requirements.txt +++ b/nlp-orchestrator/requirements.txt @@ -17,7 +17,7 @@ pytest-mock==3.15.1 python-dotenv==1.2.2 python-multipart==0.0.32 sentencepiece -sqlalchemy==2.0.26 +sqlalchemy==2.0.50 sse-starlette==3.4.4 tenacity==9.1.4 torch