From fb4bbfec757e4097c7b277a1cb79e6168a917ea4 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 30 Jul 2025 12:03:19 +0200 Subject: [PATCH] chore: remove graphistry, add upper bound --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0aa1138a6..169d7f83d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,10 @@ dependencies = [ "litellm>=1.57.4, <1.71.0", "instructor>=1.9.1,<2.0.0", "langfuse>=2.32.0,<3", - "filetype>=1.2.0", - "aiohttp>=3.11.14", - "aiofiles>=23.2.1", + "filetype>=1.2.0,<2.0.0", + "aiohttp>=3.11.14,<4.0.0", + "aiofiles>=23.2.1,<24.0.0", "rdflib>=7.1.4,<7.2.0", - "graphistry>=0.33.5,<0.34", "pypdf>=4.1.0,<6.0.0", "jinja2>=3.1.3,<4", "matplotlib>=3.8.3,<4",