From 0e9821ff00d636c22f03cdaf256dbc779bcd08a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:51:19 +0000 Subject: [PATCH] chore(deps,integrations): update agentflow-client requirement Updates the requirements on [agentflow-client](https://github.com/brownjuly2003-code/agentflow) to permit the latest version. - [Release notes](https://github.com/brownjuly2003-code/agentflow/releases) - [Changelog](https://github.com/brownjuly2003-code/agentflow/blob/main/CHANGELOG.md) - [Commits](https://github.com/brownjuly2003-code/agentflow/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: agentflow-client dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integrations/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/pyproject.toml b/integrations/pyproject.toml index 8a968e57..679a1cab 100644 --- a/integrations/pyproject.toml +++ b/integrations/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.11" dependencies = [ # Audit F-11: cap at the current major — a future breaking client # release must not satisfy this range and produce an incompatible pair. - "agentflow-client>=1.0.1,<2", + "agentflow-client>=1.0.1,<3", # See agentflow-runtime pyproject.toml for vulnerability rationale on # langchain-core / langchain-text-splitters / langsmith floors. "langchain>=0.3.30,<2",