Skip to content

Commit

Permalink
fix: gradio pydantic error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi authored and fedirz committed Sep 10, 2024
1 parent fa611e5 commit 88a61dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
requires-python = ">=3.12,<3.13"
dependencies = [
"pydantic==2.9.0",
"fastapi==0.113.0",
"fastapi==0.112.4",
"uvicorn==0.30.6",
"python-multipart==0.0.9",
"soundfile==0.12.1",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88a61dd

Please sign in to comment.