From 17faf065e57abe7dc67999c0f0dcccf51e85d255 Mon Sep 17 00:00:00 2001 From: Alexander Belikov Date: Wed, 5 Nov 2025 15:32:09 +0100 Subject: [PATCH] update reqs --- pyproject.toml | 1 + requirements-offline-storage.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d674e3ae..e7ff4262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,6 +95,7 @@ offline-storage = [ "pymongo>=4.0.0,<5.0.0", "asyncpg>=0.29.0,<1.0.0", "qdrant-client>=1.7.0,<2.0.0", + "pyTigerGraph>=1.9.0,<2.0.0", ] offline-llm = [ diff --git a/requirements-offline-storage.txt b/requirements-offline-storage.txt index 6c960623..2b7f2ff0 100644 --- a/requirements-offline-storage.txt +++ b/requirements-offline-storage.txt @@ -12,5 +12,6 @@ asyncpg>=0.29.0,<1.0.0 neo4j>=5.0.0,<7.0.0 pymilvus>=2.6.2,<3.0.0 pymongo>=4.0.0,<5.0.0 +pyTigerGraph>=1.9.0,<2.0.0 qdrant-client>=1.7.0,<2.0.0 redis>=5.0.0,<8.0.0