From 0fd1dae448a29f7e777229963d6e31d4a3e4a92b Mon Sep 17 00:00:00 2001 From: vasilije Date: Tue, 2 Sep 2025 09:31:28 +0200 Subject: [PATCH] reverted some changes and remove some upper bounds --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e71393b21..6667819c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Operating System :: Microsoft :: Windows", ] dependencies = [ - "openai>=1.80.1,<1.99.9", + "openai>=1.80.1", "python-dotenv>=1.0.1,<2.0.0", "pydantic>=2.10.5,<3.0.0", "pydantic-settings>=2.2.1,<3", @@ -29,7 +29,7 @@ dependencies = [ "sqlalchemy>=2.0.39,<3.0.0", "aiosqlite>=0.20.0,<1.0.0", "tiktoken>=0.8.0,<1.0.0", - "litellm>=1.71.0, <2.0.0", + "litellm>=1.76.0", "instructor>=1.9.1,<2.0.0", "filetype>=1.2.0,<2.0.0", "aiohttp>=3.11.14,<4.0.0", @@ -47,6 +47,10 @@ dependencies = [ "pylance>=0.22.0,<1.0.0", "kuzu (==0.11.0)", "python-magic-bin<0.5 ; platform_system == 'Windows'", # Only needed for Windows + "fastembed<=0.6.0 ", + "networkx>=3.4.2,<4", + "matplotlib>=3.8.3,<4" + ] [project.optional-dependencies]