From aeb39e94439c30a71604cdb3863e7edc73cdb908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 11:03:14 +0000 Subject: [PATCH] build(deps): update pydantic requirement from >=2.0.0 to >=2.13.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- web/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 40b07dc..09f006c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ textual>=0.47.0 # Web 后端依赖 fastapi>=0.110.0 uvicorn[standard]>=0.27.0 -pydantic>=2.0.0 +pydantic>=2.13.4 diff --git a/web/requirements.txt b/web/requirements.txt index 82d6585..80c939b 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.110.0 uvicorn[standard]>=0.27.0 websockets>=12.0 -pydantic>=2.0.0 +pydantic>=2.13.4 # 复用 deeppulse 核心包的依赖 # pip install -r requirements.txt (项目根目录)