From f871e2447336fce29c29390edb1fe25b36b8379d Mon Sep 17 00:00:00 2001 From: Hemang Date: Fri, 11 Apr 2025 11:56:28 +0200 Subject: [PATCH] Remove invariant-ai from deps. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dba21dc..a3839f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ requires-python = ">=3.12" dependencies = [ "fastapi==0.115.7", "httpx==0.28.1", - "invariant-ai>=0.2.1", "invariant-sdk>=0.0.11", "starlette-compress==1.4.0", "uvicorn==0.34.0"