diff --git a/apps/python-sdk/pyproject.toml b/apps/python-sdk/pyproject.toml index 31c16941..67082d5e 100644 --- a/apps/python-sdk/pyproject.toml +++ b/apps/python-sdk/pyproject.toml @@ -13,7 +13,6 @@ dependencies = [ "python-dotenv", "websockets", "nest-asyncio", - "pytest>=8.3.4", "pydantic>=2.10.3", ] authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}] diff --git a/apps/python-sdk/requirements.txt b/apps/python-sdk/requirements.txt index dd4e7a08..5dcd8f6c 100644 --- a/apps/python-sdk/requirements.txt +++ b/apps/python-sdk/requirements.txt @@ -3,5 +3,4 @@ pytest python-dotenv websockets nest-asyncio -pytest pydantic \ No newline at end of file