From f231e85e1021355d7d32ddb62a3913f094b0f8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:15:53 +0000 Subject: [PATCH] chore(deps): Update langchain-ollama requirement in /a2a/weather_service Updates the requirements on [langchain-ollama](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-ollama==0.2.1...langchain-ollama==1.1.0) --- updated-dependencies: - dependency-name: langchain-ollama dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/weather_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/weather_service/pyproject.toml b/a2a/weather_service/pyproject.toml index b6bd6e99..d0438770 100644 --- a/a2a/weather_service/pyproject.toml +++ b/a2a/weather_service/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "langgraph>=1.1.3", "langchain-core>=1.2.11", "langchain-community>=0.3.27", - "langchain-ollama>=0.2.1", + "langchain-ollama>=1.1.0", "langchain-openai>=0.3.7", "mlflow[langchain,kubernetes]>=3.11.1,<4", "pydantic-settings>=2.8.1",