From 7f3c368e40b350a778b47329bb55aebcab54b3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:08:16 +0000 Subject: [PATCH] chore(deps): update openrouter requirement from <0.8.0 to <0.9.0 Updates the requirements on [openrouter](https://github.com/OpenRouterTeam/python-sdk) to permit the latest version. - [Release notes](https://github.com/OpenRouterTeam/python-sdk/releases) - [Changelog](https://github.com/OpenRouterTeam/python-sdk/blob/main/RELEASES.md) - [Commits](https://github.com/OpenRouterTeam/python-sdk/compare/v0.0.4...v0.8.0) --- updated-dependencies: - dependency-name: openrouter dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 485030593..e366b5eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "langchain-google-genai>=3.2.0", "langchain-anthropic>=0.3.12", "langchain-openrouter>=0.0.2", - "openrouter<0.8.0", + "openrouter<0.9.0", "langgraph>=0.6.1", "langgraph-checkpoint>=2.0.18", "langgraph-checkpoint-postgres>=2.0.16",