Revert "fix: quick fix for fastapi import for tests"
This reverts commit 3730943b9e.
This commit is contained in:
@@ -32,7 +32,6 @@ dev = [
|
|||||||
integration-test = [
|
integration-test = [
|
||||||
{include-group = "test"},
|
{include-group = "test"},
|
||||||
"asyncio>=4.0.0",
|
"asyncio>=4.0.0",
|
||||||
"fastapi>=0.115.6",
|
|
||||||
"pydantic>=2.12.0",
|
"pydantic>=2.12.0",
|
||||||
"soundfile>=0.13.1",
|
"soundfile>=0.13.1",
|
||||||
"zmq>=0.0.0",
|
"zmq>=0.0.0",
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@@ -1365,7 +1365,6 @@ dev = [
|
|||||||
]
|
]
|
||||||
integration-test = [
|
integration-test = [
|
||||||
{ name = "asyncio" },
|
{ name = "asyncio" },
|
||||||
{ name = "fastapi" },
|
|
||||||
{ name = "pydantic" },
|
{ name = "pydantic" },
|
||||||
{ name = "pytest" },
|
{ name = "pytest" },
|
||||||
{ name = "pytest-asyncio" },
|
{ name = "pytest-asyncio" },
|
||||||
@@ -1409,7 +1408,6 @@ dev = [
|
|||||||
]
|
]
|
||||||
integration-test = [
|
integration-test = [
|
||||||
{ name = "asyncio", specifier = ">=4.0.0" },
|
{ name = "asyncio", specifier = ">=4.0.0" },
|
||||||
{ name = "fastapi", specifier = ">=0.115.6" },
|
|
||||||
{ name = "pydantic", specifier = ">=2.12.0" },
|
{ name = "pydantic", specifier = ">=2.12.0" },
|
||||||
{ name = "pytest", specifier = ">=8.4.2" },
|
{ name = "pytest", specifier = ">=8.4.2" },
|
||||||
{ name = "pytest-asyncio", specifier = ">=1.2.0" },
|
{ name = "pytest-asyncio", specifier = ">=1.2.0" },
|
||||||
|
|||||||
Reference in New Issue
Block a user