diff --git a/pyproject.toml b/pyproject.toml index 962d768..00818e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ 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", diff --git a/uv.lock b/uv.lock index 1d27939..975edb3 100644 --- a/uv.lock +++ b/uv.lock @@ -1365,7 +1365,6 @@ dev = [ ] integration-test = [ { name = "asyncio" }, - { name = "fastapi" }, { name = "pydantic" }, { name = "pytest" }, { name = "pytest-asyncio" }, @@ -1409,7 +1408,6 @@ 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" },