From 6cce2ddfe3943ad4ff761b527b962ddb9fef9a16 Mon Sep 17 00:00:00 2001 From: lixiangcheng1 Date: Sat, 27 Dec 2025 17:31:41 +0800 Subject: [PATCH] =?UTF-8?q?[fix]beartype=3D=3D0.22.5=20=E4=B8=8E=20graspol?= =?UTF-8?q?ogic=3D3.4.4=20Dependency=20Conflict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/pyproject.toml | 2 +- api/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 26efc55f..411115ec 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "pytest>=9.0.1", "matplotlib>=3.10.7", "langfuse>=3.10.0", - "beartype==0.22.5", + "beartype>=0.18.5,<0.19.0", "pdfplumber==0.11.7", "olefile==0.47", "cachetools==6.2.1", diff --git a/api/requirements.txt b/api/requirements.txt index 25f1adcb..f40c2e4d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -76,7 +76,7 @@ pytest>=9.0.1 pytest-asyncio>=0.24.0 matplotlib>=3.10.7 langfuse>=3.10.0 -beartype==0.22.5 +beartype>=0.18.5,<0.19.0 pdfplumber==0.11.7 olefile==0.47 cachetools==6.2.1