From 437b21a6d61d096f3f3a964a115e2037f1cf2023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Tue, 28 Oct 2025 14:16:15 +0100 Subject: [PATCH] Revert "fix: quick fix for pydantic import for tests" This reverts commit acb6a69467f65229ae4eb36efe090890395961d3. --- pyproject.toml | 1 - uv.lock | 2 -- 2 files changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 00818e9..ee88a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ dev = [ integration-test = [ {include-group = "test"}, "asyncio>=4.0.0", - "pydantic>=2.12.0", "soundfile>=0.13.1", "zmq>=0.0.0", ] diff --git a/uv.lock b/uv.lock index 975edb3..1c53b3f 100644 --- a/uv.lock +++ b/uv.lock @@ -1365,7 +1365,6 @@ dev = [ ] integration-test = [ { name = "asyncio" }, - { name = "pydantic" }, { name = "pytest" }, { name = "pytest-asyncio" }, { name = "pytest-cov" }, @@ -1408,7 +1407,6 @@ dev = [ ] integration-test = [ { name = "asyncio", specifier = ">=4.0.0" }, - { name = "pydantic", specifier = ">=2.12.0" }, { name = "pytest", specifier = ">=8.4.2" }, { name = "pytest-asyncio", specifier = ">=1.2.0" }, { name = "pytest-cov", specifier = ">=7.0.0" },