fix: quick fix for fastapi import for tests

ref: N25B-205
This commit is contained in:
Björn Otgaar
2025-10-28 13:30:15 +01:00
parent acb6a69467
commit 3730943b9e
2 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ dev = [
integration-test = [
{include-group = "test"},
"asyncio>=4.0.0",
"fastapi>=0.115.6",
"pydantic>=2.12.0",
"soundfile>=0.13.1",
"zmq>=0.0.0",

2
uv.lock generated
View File

@@ -1365,6 +1365,7 @@ dev = [
]
integration-test = [
{ name = "asyncio" },
{ name = "fastapi" },
{ name = "pydantic" },
{ name = "pytest" },
{ name = "pytest-asyncio" },
@@ -1408,6 +1409,7 @@ dev = [
]
integration-test = [
{ name = "asyncio", specifier = ">=4.0.0" },
{ name = "fastapi", specifier = ">=0.115.6" },
{ name = "pydantic", specifier = ">=2.12.0" },
{ name = "pytest", specifier = ">=8.4.2" },
{ name = "pytest-asyncio", specifier = ">=1.2.0" },