From ca69ac0c1e8c96021de39906777a05a726d128e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:40:07 +0000 Subject: [PATCH 1/3] build(deps): update huggingface-hub requirement Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.24.6...v0.24.7) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70e9c96..bc5c580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ numpy<3.0.0 torch~=2.4.1 sentencepiece~=0.2.0 setuptools~=74.1.2 -huggingface-hub~=0.24.6 +huggingface-hub~=0.24.7 transformers~=4.44.2 fastapi~=0.114.0 uvicorn~=0.30.6 From e7d0c6640515f5cdb2df973633ef454f435bc98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:40:11 +0000 Subject: [PATCH 2/3] build(deps): update fastapi requirement from ~=0.114.0 to ~=0.114.2 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.0...0.114.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70e9c96..f1748be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ sentencepiece~=0.2.0 setuptools~=74.1.2 huggingface-hub~=0.24.6 transformers~=4.44.2 -fastapi~=0.114.0 +fastapi~=0.114.2 uvicorn~=0.30.6 From 9b4ec4718b63bd08e8119a4d6da674364e351789 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:33:18 -0700 Subject: [PATCH 3/3] ci: remove pylint 3.8 checks --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8a3181b..fb22433 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}