From 6048d2a073a2d5760fffacde651366a42b812393 Mon Sep 17 00:00:00 2001 From: ouoertheo Date: Sun, 30 Jul 2023 17:12:32 -0500 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3798717..45c8d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.95.1 +fastapi loguru==0.7.0 pydantic==1.10.7 python-dotenv==1.0.0 @@ -7,4 +7,4 @@ torchaudio==2.0.1 uvicorn soundfile numpy -pydub==0.25.1 \ No newline at end of file +pydub==0.25.1 From a0f3627498853f00fc545a7dd4385c77d4418fe1 Mon Sep 17 00:00:00 2001 From: ouoertheo Date: Sun, 30 Jul 2023 17:13:09 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58a087d..d24b9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "fastapi==0.95.1", + "fastapi", "loguru==0.7.0", "pydantic==1.10.7", "python-dotenv==1.0.0", @@ -37,4 +37,4 @@ dynamic=["version"] source = "vcs" [tool.hatch.build.targets.wheel] -only-include = ["silero_api_server"] \ No newline at end of file +only-include = ["silero_api_server"]