diff --git a/poetry.lock b/poetry.lock index ede5cf2c..11ec51cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "accelerate" @@ -1405,12 +1405,12 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", [[package]] name = "gradio" -version = "5.3.0" +version = "5.5.0" description = "Python library for easily interacting with trained machine learning models" optional = true python-versions = ">=3.10" files = [ - {file = "gradio-5.3.0-py3-none-any.whl", hash = "sha256:1613b0ab3cb0a582fe80e9d0dc7114a7045a90c494e94e34f907debb38179a33"}, + {file = "gradio-5.5.0-py3-none-any.whl", hash = "sha256:48ea11ae1376d9506eb295dbeb4d3ff962830a6e2d8aa9085e025cce3c04e544"}, ] [package.dependencies] @@ -1427,12 +1427,13 @@ numpy = ">=1.0,<3.0" orjson = ">=3.0,<4.0" packaging = "*" pandas = ">=1.0,<3.0" -pillow = ">=8.0,<11.0" +pillow = ">=8.0,<12.0" pydantic = ">=2.0" pydub = "*" -python-multipart = ">=0.0.9" +python-multipart = "0.0.12" pyyaml = ">=5.0,<7.0" ruff = {version = ">=0.2.2", markers = "sys_platform != \"emscripten\""} +safehttpx = ">=0.1.1,<1.0" semantic-version = ">=2.0,<3.0" starlette = {version = ">=0.40.0,<1.0", markers = "sys_platform != \"emscripten\""} tomlkit = "0.12.0" @@ -5040,6 +5041,23 @@ files = [ {file = "ruff-0.7.0.tar.gz", hash = "sha256:47a86360cf62d9cd53ebfb0b5eb0e882193fc191c6d717e8bef4462bc3b9ea2b"}, ] +[[package]] +name = "safehttpx" +version = "0.1.1" +description = "A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks." +optional = true +python-versions = ">=3.9" +files = [ + {file = "safehttpx-0.1.1-py3-none-any.whl", hash = "sha256:1d93b64023c00d5c53ea70ea36e773b8a0dba5eaf1a1eb188856584a0a4cf4d1"}, + {file = "safehttpx-0.1.1.tar.gz", hash = "sha256:6e1bedf7767213300da5e4cb7e823e98edc934f17ca192d2e585111a2b899149"}, +] + +[package.dependencies] +httpx = "*" + +[package.extras] +dev = ["pytest"] + [[package]] name = "safetensors" version = "0.4.5" @@ -6643,4 +6661,4 @@ plotting = ["matplotlib"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "54388458b0ac2db15e06cf6705ce34dac46dc85929efacad21d621a663c357f2" +content-hash = "d6ae0cbc1b92457c526707f0f4267453caece6ec43838a54cb804ebb49df0974" diff --git a/pyproject.toml b/pyproject.toml index 80609ef9..44735d46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ deepspeed = ">=0.12.3" python-dotenv = ">=1.0.1" joblib = "^1.4.2" kenlm = {url = "https://github.com/kpu/kenlm/archive/master.zip", optional=true} -gradio = {version = "^5.0.0", optional=true} +gradio = {version = "^5.5.0", optional=true} samplerate = {version="^0.2.1", optional=true} punctfix = {version="^0.11.1", optional=true} matplotlib = {version = "^3.9.2", optional = true}