From 52a7f40ba82d4f6aa776ea690c7f3b31e9063fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:38:04 +0000 Subject: [PATCH] build(deps): update xinference-client requirement from 1.4.1 to 1.5.0 Updates the requirements on [xinference-client](https://github.com/xorbitsai/inference-client) to permit the latest version. - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: xinference-client dependency-version: 1.5.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 7467ee723..8bfe6e001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ qianfan = "0.4.12.3" zhipuai = "2.1.5.20250421" boto3 = "1.37.36" tencentcloud-sdk-python = "3.0.1362" -xinference-client = "1.4.1" +xinference-client = "1.5.0" anthropic = "0.49.0" dashscope = "1.23.1" pylint = "3.3.6"