From 919475d96ef07ac0d5d30aa1237ffb8c64eb0260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:23:43 +0000 Subject: [PATCH] build(deps): bump xinference-client from 2.12.0 to 3.0.0 Bumps [xinference-client](https://github.com/xorbitsai/inference-client) from 2.12.0 to 3.0.0. - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v2.12.0...v3.0.0) --- updated-dependencies: - dependency-name: xinference-client dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e3413b175f..1cf9a246b39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "langgraph==1.2.9", "torch==2.13.0", "sentence-transformers==5.6.0", - "xinference-client==2.12.0", + "xinference-client==3.0.0", # Model providers & cloud SDKs "anthropic==0.116.0",