From 124caae7a18c1cdc86f97e0d3ac1cfc6b33022bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:55:32 +0000 Subject: [PATCH] Update langgraph requirement from ~=1.0 to ~=1.1 Updates the requirements on [langgraph](https://github.com/langchain-ai/langgraph) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.0.0...1.1.2) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.1.2 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..79c2c10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ flask-sqlalchemy~=3.1 gunicorn~=25.0 langchain~=1.2 langchain-openai~=1.1 -langgraph~=1.0 +langgraph~=1.1 sqlalchemy~=2.0 -e git+https://github.com/PennChopMicrobiomeProgram/marc_db.git#egg=marc_db