From c169cc7d74f690b346abb63e6ac3d274c6bef328 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Wed, 1 Apr 2026 17:12:15 +0800 Subject: [PATCH] fix: remove conflicting dependency --- requirements-optional.txt | 4 ++++ requirements.txt | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index c8cd9a63..8d6c4667 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -15,6 +15,10 @@ websocket-client==1.2.0 # google google-generativeai +# linkai +linkai +agentmesh-sdk + # file parsing (web_fetch document support) pypdf python-docx diff --git a/requirements.txt b/requirements.txt index 3637e2d0..c7a86745 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,6 @@ requests>=2.28.2 chardet>=5.1.0 Pillow web.py -linkai>=0.0.6.0 -agentmesh-sdk>=0.1.3 python-dotenv>=1.0.0 PyYAML>=6.0 croniter>=2.0.0