diff --git a/.github/workflows/pr-image-size.yml b/.github/workflows/pr-image-size.yml index 0274423875..ffd432c7bd 100644 --- a/.github/workflows/pr-image-size.yml +++ b/.github/workflows/pr-image-size.yml @@ -128,7 +128,7 @@ jobs: - name: Download origin artifact log if: env.skip != 'true' - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 + uses: actions/download-artifact@v4.1.3 with: name: build-comments path: merged-files @@ -159,7 +159,7 @@ jobs: all_comments: ${{ steps.summary.outputs.all_comments }} steps: - name: Download Summary - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 + uses: actions/download-artifact@v4.1.3 with: name: build-comments path: downloaded-files diff --git a/ArbPostHearingAssistant/ui/gradio/requirements.txt b/ArbPostHearingAssistant/ui/gradio/requirements.txt index b6ccce5a66..095dee2b06 100644 --- a/ArbPostHearingAssistant/ui/gradio/requirements.txt +++ b/ArbPostHearingAssistant/ui/gradio/requirements.txt @@ -1,4 +1,4 @@ -gradio==5.11.0 +gradio>5.22.0,<=5.34.0 numpy==1.26.4 Pillow==10.3.0 diff --git a/CodeGen/ui/gradio/requirements.txt b/CodeGen/ui/gradio/requirements.txt index 2a4c8e1a30..14b3080e22 100644 --- a/CodeGen/ui/gradio/requirements.txt +++ b/CodeGen/ui/gradio/requirements.txt @@ -1,4 +1,4 @@ -gradio==5.22.0 +gradio>5.22.0,<=5.34.0 numpy==1.26.4 opencv-python==4.10.0.82 Pillow==10.3.0 diff --git a/DocSum/ui/gradio/requirements.txt b/DocSum/ui/gradio/requirements.txt index 5824f07218..27687edf4e 100644 --- a/DocSum/ui/gradio/requirements.txt +++ b/DocSum/ui/gradio/requirements.txt @@ -1,5 +1,5 @@ docx2txt -gradio==5.11.0 +gradio>5.22.0,<=5.34.0 langchain_community moviepy==1.0.3 numpy==1.26.4