From b4dd78b2ed9d1f0770736f0cdf91a4fec9f71b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:10:27 +0000 Subject: [PATCH] build(deps): bump openai from 2.7.1 to 2.8.1 in /main/xiaozhi-server Bumps [openai](https://github.com/openai/openai-python) from 2.7.1 to 2.8.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.7.1...v2.8.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main/xiaozhi-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/requirements.txt b/main/xiaozhi-server/requirements.txt index a5b791ff..5cfb0c96 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -10,7 +10,7 @@ silero_vad==6.1.0 opuslib_next==1.1.5 pydub==0.25.1 funasr==1.2.7 -openai==2.7.1 +openai==2.8.1 google-generativeai==0.8.5 edge_tts==7.2.3 httpx==0.28.1