Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
1b167c3
1
Parent(s):
79e36a5
fix: gradio pydantic error
Browse files- pyproject.toml +1 -1
- uv.lock +4 -4
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|
4 |
requires-python = ">=3.12,<3.13"
|
5 |
dependencies = [
|
6 |
"pydantic==2.9.0",
|
7 |
-
"fastapi==0.
|
8 |
"uvicorn==0.30.6",
|
9 |
"python-multipart==0.0.9",
|
10 |
"soundfile==0.12.1",
|
|
|
4 |
requires-python = ">=3.12,<3.13"
|
5 |
dependencies = [
|
6 |
"pydantic==2.9.0",
|
7 |
+
"fastapi==0.112.4",
|
8 |
"uvicorn==0.30.6",
|
9 |
"python-multipart==0.0.9",
|
10 |
"soundfile==0.12.1",
|
uv.lock
CHANGED
@@ -242,16 +242,16 @@ wheels = [
|
|
242 |
|
243 |
[[package]]
|
244 |
name = "fastapi"
|
245 |
-
version = "0.
|
246 |
source = { registry = "https://pypi.org/simple" }
|
247 |
dependencies = [
|
248 |
{ name = "pydantic" },
|
249 |
{ name = "starlette" },
|
250 |
{ name = "typing-extensions" },
|
251 |
]
|
252 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
253 |
wheels = [
|
254 |
-
{ url = "https://files.pythonhosted.org/packages/
|
255 |
]
|
256 |
|
257 |
[[package]]
|
@@ -307,7 +307,7 @@ dev = [
|
|
307 |
[package.metadata]
|
308 |
requires-dist = [
|
309 |
{ name = "basedpyright", marker = "extra == 'dev'", specifier = "==1.13.0" },
|
310 |
-
{ name = "fastapi", specifier = "==0.
|
311 |
{ name = "faster-whisper", specifier = "==1.0.3" },
|
312 |
{ name = "gradio", specifier = "==4.42.0" },
|
313 |
{ name = "httpx", specifier = "==0.27.2" },
|
|
|
242 |
|
243 |
[[package]]
|
244 |
name = "fastapi"
|
245 |
+
version = "0.112.4"
|
246 |
source = { registry = "https://pypi.org/simple" }
|
247 |
dependencies = [
|
248 |
{ name = "pydantic" },
|
249 |
{ name = "starlette" },
|
250 |
{ name = "typing-extensions" },
|
251 |
]
|
252 |
+
sdist = { url = "https://files.pythonhosted.org/packages/92/36/2eafe7d5ef26c1ae8e396cfcde3c9e9c50385f5c486dccdfba420d210c3d/fastapi-0.112.4.tar.gz", hash = "sha256:b1f72e1f72afe7902ccd639ba320abb5d57a309804f45c10ab0ce3693cadeb33", size = 292762 }
|
253 |
wheels = [
|
254 |
+
{ url = "https://files.pythonhosted.org/packages/f5/cf/5b703250f4d85e86ec13ec28bb5ac36790092bfe45e94e414529371d6f11/fastapi-0.112.4-py3-none-any.whl", hash = "sha256:6d4f9c3301825d4620665cace8e2bc34e303f61c05a5382d1d61a048ea7f2f37", size = 93930 },
|
255 |
]
|
256 |
|
257 |
[[package]]
|
|
|
307 |
[package.metadata]
|
308 |
requires-dist = [
|
309 |
{ name = "basedpyright", marker = "extra == 'dev'", specifier = "==1.13.0" },
|
310 |
+
{ name = "fastapi", specifier = "==0.112.4" },
|
311 |
{ name = "faster-whisper", specifier = "==1.0.3" },
|
312 |
{ name = "gradio", specifier = "==4.42.0" },
|
313 |
{ name = "httpx", specifier = "==0.27.2" },
|