Revert "fix: quick fix for pydantic import for tests"

This reverts commit acb6a69467.
This commit is contained in:
Björn Otgaar
2025-10-28 14:16:15 +01:00
parent a1b8a7a05e
commit 437b21a6d6
2 changed files with 0 additions and 3 deletions

View File

@@ -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",
]

2
uv.lock generated
View File

@@ -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" },