From a1a48e97f6080a8cfe3427afe67d1b7bf4be9eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:55:39 +0000 Subject: [PATCH] Update langchain-openai requirement from ~=1.1 to ~=1.2 Updates the requirements on [langchain-openai](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.1.0...langchain-openai==1.2.1) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ca8b76..5bc3159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask~=3.1 flask-sqlalchemy~=3.1 gunicorn~=25.0 langchain~=1.2 -langchain-openai~=1.1 +langchain-openai~=1.2 langgraph~=1.0 sqlalchemy~=2.0 -e git+https://github.com/PennChopMicrobiomeProgram/marc_db.git#egg=marc_db