From dfa03d261e975b8fa4f1e7fea7c1691cf3e384ea Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Mon, 29 Jul 2024 11:42:04 +0200 Subject: [PATCH] fix: block ffmpy to commit sha --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 13dd1ef..2ac5cec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 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 = "aiofiles" @@ -6866,4 +6866,4 @@ vector-stores-qdrant = ["llama-index-vector-stores-qdrant"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "85268756d94673be933e42bbb8e6e71e632d71096b0e4b98dd4cec8df9cd0dc4" +content-hash = "66edb004ccbe7915d68567ea31a7851c87717185e2b504048cc645d1d511a66e" diff --git a/pyproject.toml b/pyproject.toml index 37d472a..7b34c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ sentence-transformers = {version ="^3.0.1", optional = true} # Optional UI gradio = {version ="^4.37.2", optional = true} # Fix: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16289#issuecomment-2255106490 -ffmpy = {git = "https://github.com/EuDs63/ffmpy.git", optional = true} +ffmpy = {git = "https://github.com/EuDs63/ffmpy.git", rev = "333a19ee4d21f32537c0508aa1942ef1aa7afe24", optional = true} # Optional Google Gemini dependency google-generativeai = {version ="^0.5.4", optional = true}