⬆️ Bump gradio to 4.26.0

This commit is contained in:
2024-04-19 09:46:16 +02:00
parent 6a5df37bba
commit 74fafb9994
2 changed files with 21 additions and 62 deletions

81
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "lint", "win"] groups = ["default", "lint", "win"]
strategy = ["cross_platform", "inherit_metadata"] strategy = ["cross_platform", "inherit_metadata"]
lock_version = "4.4.1" lock_version = "4.4.1"
content_hash = "sha256:35f063da81599a755820bfe95ed174a9567c551c5c840968d3962c0303048109" content_hash = "sha256:e2cb3593e573ae07e62df8ad0b817eca7f09d45e0410844767ec95aa425923fe"
[[package]] [[package]]
name = "absl-py" name = "absl-py"
@@ -700,22 +700,6 @@ files = [
{file = "filelock-3.13.4.tar.gz", hash = "sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4"}, {file = "filelock-3.13.4.tar.gz", hash = "sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4"},
] ]
[[package]]
name = "flake8"
version = "7.0.0"
requires_python = ">=3.8.1"
summary = "the modular source code checker: pep8 pyflakes and co"
groups = ["lint"]
dependencies = [
"mccabe<0.8.0,>=0.7.0",
"pycodestyle<2.12.0,>=2.11.0",
"pyflakes<3.3.0,>=3.2.0",
]
files = [
{file = "flake8-7.0.0-py2.py3-none-any.whl", hash = "sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3"},
{file = "flake8-7.0.0.tar.gz", hash = "sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132"},
]
[[package]] [[package]]
name = "flask" name = "flask"
version = "3.0.3" version = "3.0.3"
@@ -921,7 +905,7 @@ files = [
[[package]] [[package]]
name = "gradio" name = "gradio"
version = "4.19.2" version = "4.26.0"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "Python library for easily interacting with trained machine learning models" summary = "Python library for easily interacting with trained machine learning models"
groups = ["default"] groups = ["default"]
@@ -930,7 +914,7 @@ dependencies = [
"altair<6.0,>=4.2.0", "altair<6.0,>=4.2.0",
"fastapi", "fastapi",
"ffmpy", "ffmpy",
"gradio-client==0.10.1", "gradio-client==0.15.1",
"httpx>=0.24.1", "httpx>=0.24.1",
"huggingface-hub>=0.19.3", "huggingface-hub>=0.19.3",
"importlib-resources<7.0,>=1.3", "importlib-resources<7.0,>=1.3",
@@ -946,21 +930,21 @@ dependencies = [
"pydub", "pydub",
"python-multipart>=0.0.9", "python-multipart>=0.0.9",
"pyyaml<7.0,>=5.0", "pyyaml<7.0,>=5.0",
"ruff>=0.2.2", "ruff>=0.2.2; sys_platform != \"emscripten\"",
"semantic-version~=2.0", "semantic-version~=2.0",
"tomlkit==0.12.0", "tomlkit==0.12.0",
"typer[all]<1.0,>=0.9", "typer[all]<1.0,>=0.9; sys_platform != \"emscripten\"",
"typing-extensions~=4.0", "typing-extensions~=4.0",
"uvicorn>=0.14.0", "uvicorn>=0.14.0; sys_platform != \"emscripten\"",
] ]
files = [ files = [
{file = "gradio-4.19.2-py3-none-any.whl", hash = "sha256:acab4a35f556dbc3ae637469312738d154bcb73f0b8d5f4f65e4d067ecb1e0b1"}, {file = "gradio-4.26.0-py3-none-any.whl", hash = "sha256:63e9ae7e65098ba8431bb3d6b519c548b9cf57decad063391c380ed593abae93"},
{file = "gradio-4.19.2.tar.gz", hash = "sha256:6fe5815bb4dfaeed1fc74223bffd91da70a1b463158af8c5e03d01bb09068a1d"}, {file = "gradio-4.26.0.tar.gz", hash = "sha256:44d7c4cf01e02e38c03afcfda1ca3c070968b01dbd69747e240148deff2f9f6c"},
] ]
[[package]] [[package]]
name = "gradio-client" name = "gradio-client"
version = "0.10.1" version = "0.15.1"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "Python library for easily interacting with trained machine learning models" summary = "Python library for easily interacting with trained machine learning models"
groups = ["default"] groups = ["default"]
@@ -973,8 +957,8 @@ dependencies = [
"websockets<12.0,>=10.0", "websockets<12.0,>=10.0",
] ]
files = [ files = [
{file = "gradio_client-0.10.1-py3-none-any.whl", hash = "sha256:a0413fffdde3360e0f6aaec8b8c23d8a320049a571de2d111d85ebd295002165"}, {file = "gradio_client-0.15.1-py3-none-any.whl", hash = "sha256:c31f2e00030cf39df7f198d1e430f38500b27232b7b62a7c42bdb26aee4c75b1"},
{file = "gradio_client-0.10.1.tar.gz", hash = "sha256:879eb56fae5d6b1603bb9375b88d1de0d034f3dac4b3afc8dbc66f36f6e54d5d"}, {file = "gradio_client-0.15.1.tar.gz", hash = "sha256:c6b12f7d3f63b65d6539920023ca733fddcacdc45a712c0c32342d34428c8130"},
] ]
[[package]] [[package]]
@@ -1481,6 +1465,7 @@ version = "3.0.0"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "Python port of markdown-it. Markdown parsing, done right!" summary = "Python port of markdown-it. Markdown parsing, done right!"
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
dependencies = [ dependencies = [
"mdurl~=0.1", "mdurl~=0.1",
] ]
@@ -1539,23 +1524,13 @@ files = [
{file = "matplotlib-3.8.4.tar.gz", hash = "sha256:8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea"}, {file = "matplotlib-3.8.4.tar.gz", hash = "sha256:8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea"},
] ]
[[package]]
name = "mccabe"
version = "0.7.0"
requires_python = ">=3.6"
summary = "McCabe checker, plugin for flake8"
groups = ["lint"]
files = [
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
]
[[package]] [[package]]
name = "mdurl" name = "mdurl"
version = "0.1.2" version = "0.1.2"
requires_python = ">=3.7" requires_python = ">=3.7"
summary = "Markdown URL utilities" summary = "Markdown URL utilities"
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
files = [ files = [
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"}, {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
@@ -2208,17 +2183,6 @@ files = [
{file = "pyasn1_modules-0.4.0.tar.gz", hash = "sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6"}, {file = "pyasn1_modules-0.4.0.tar.gz", hash = "sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6"},
] ]
[[package]]
name = "pycodestyle"
version = "2.11.1"
requires_python = ">=3.8"
summary = "Python style guide checker"
groups = ["lint"]
files = [
{file = "pycodestyle-2.11.1-py2.py3-none-any.whl", hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67"},
{file = "pycodestyle-2.11.1.tar.gz", hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f"},
]
[[package]] [[package]]
name = "pycparser" name = "pycparser"
version = "2.22" version = "2.22"
@@ -2337,23 +2301,13 @@ files = [
{file = "pyfiglet-0.8.post1.tar.gz", hash = "sha256:c6c2321755d09267b438ec7b936825a4910fec696292139e664ca8670e103639"}, {file = "pyfiglet-0.8.post1.tar.gz", hash = "sha256:c6c2321755d09267b438ec7b936825a4910fec696292139e664ca8670e103639"},
] ]
[[package]]
name = "pyflakes"
version = "3.2.0"
requires_python = ">=3.8"
summary = "passive checker of Python programs"
groups = ["lint"]
files = [
{file = "pyflakes-3.2.0-py2.py3-none-any.whl", hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a"},
{file = "pyflakes-3.2.0.tar.gz", hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"},
]
[[package]] [[package]]
name = "pygments" name = "pygments"
version = "2.17.2" version = "2.17.2"
requires_python = ">=3.7" requires_python = ">=3.7"
summary = "Pygments is a syntax highlighting package written in Python." summary = "Pygments is a syntax highlighting package written in Python."
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
files = [ files = [
{file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"},
{file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"},
@@ -2601,6 +2555,7 @@ version = "13.7.1"
requires_python = ">=3.7.0" requires_python = ">=3.7.0"
summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
dependencies = [ dependencies = [
"markdown-it-py>=2.2.0", "markdown-it-py>=2.2.0",
"pygments<3.0.0,>=2.13.0", "pygments<3.0.0,>=2.13.0",
@@ -2686,6 +2641,7 @@ version = "0.4.0"
requires_python = ">=3.7" requires_python = ">=3.7"
summary = "An extremely fast Python linter and code formatter, written in Rust." summary = "An extremely fast Python linter and code formatter, written in Rust."
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
files = [ files = [
{file = "ruff-0.4.0-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:70b8c620cf2212744eabd6d69c4f839f2be0d8880d27beaeb0adb6aa0b316aa8"}, {file = "ruff-0.4.0-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:70b8c620cf2212744eabd6d69c4f839f2be0d8880d27beaeb0adb6aa0b316aa8"},
{file = "ruff-0.4.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:cfa3e3ff53be05a8c5570c1585ea1e089f6b399ca99fcb78598d4a8234f248db"}, {file = "ruff-0.4.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:cfa3e3ff53be05a8c5570c1585ea1e089f6b399ca99fcb78598d4a8234f248db"},
@@ -2841,6 +2797,7 @@ version = "1.5.4"
requires_python = ">=3.7" requires_python = ">=3.7"
summary = "Tool to Detect Surrounding Shell" summary = "Tool to Detect Surrounding Shell"
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
files = [ files = [
{file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"}, {file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"},
{file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"}, {file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"},
@@ -3352,7 +3309,7 @@ version = "2.2.0"
summary = "An audio package for PyTorch" summary = "An audio package for PyTorch"
groups = ["default"] groups = ["default"]
dependencies = [ dependencies = [
"torch==2.2.0+cu118", "torch==2.2.0",
] ]
files = [ files = [
{file = "torchaudio-2.2.0+cu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:c932803b158f8ad66bcf13eff4f1fc3f7c9e6e02c13fb6eda42c0e5fcea99588"}, {file = "torchaudio-2.2.0+cu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:c932803b158f8ad66bcf13eff4f1fc3f7c9e6e02c13fb6eda42c0e5fcea99588"},
@@ -3540,6 +3497,7 @@ extras = ["all"]
requires_python = ">=3.6" requires_python = ">=3.6"
summary = "Typer, build great CLIs. Easy to code. Based on Python type hints." summary = "Typer, build great CLIs. Easy to code. Based on Python type hints."
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
dependencies = [ dependencies = [
"colorama<0.5.0,>=0.4.3", "colorama<0.5.0,>=0.4.3",
"rich<14.0.0,>=10.11.0", "rich<14.0.0,>=10.11.0",
@@ -3661,6 +3619,7 @@ version = "0.29.0"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "The lightning-fast ASGI server." summary = "The lightning-fast ASGI server."
groups = ["default"] groups = ["default"]
marker = "sys_platform != \"emscripten\""
dependencies = [ dependencies = [
"click>=7.0", "click>=7.0",
"h11>=0.8", "h11>=0.8",

View File

@@ -9,7 +9,7 @@ dependencies = [
"anthropic==0.25.3", "anthropic==0.25.3",
"google-api-python-client==2.48.0", "google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.0", "google-auth-oauthlib==1.2.0",
"gradio==4.19.2", "gradio==4.26.0",
"openai==1.13.3", "openai==1.13.3",
"orjson==3.9.15", "orjson==3.9.15",
"python-dotenv==1.0.1", "python-dotenv==1.0.1",