diff --git a/.github/workflows/testing_framework.yaml b/.github/workflows/testing_framework.yaml index 7e078e15..a689ea17 100644 --- a/.github/workflows/testing_framework.yaml +++ b/.github/workflows/testing_framework.yaml @@ -62,7 +62,7 @@ jobs: ref: 'main' - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.1 + uses: hashicorp/setup-terraform@v3.1.2 with: terraform_version: "1.7.5" terraform_wrapper: false diff --git a/.github/workflows/training-e2e.yaml b/.github/workflows/training-e2e.yaml index a7a2474e..60d052c5 100644 --- a/.github/workflows/training-e2e.yaml +++ b/.github/workflows/training-e2e.yaml @@ -54,7 +54,7 @@ jobs: ref: 'main' - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.1 + uses: hashicorp/setup-terraform@v3.1.2 with: terraform_version: "1.7.5" terraform_wrapper: false diff --git a/model_servers/llamacpp_python/src/requirements.txt b/model_servers/llamacpp_python/src/requirements.txt index b0ce45d4..c349578c 100644 --- a/model_servers/llamacpp_python/src/requirements.txt +++ b/model_servers/llamacpp_python/src/requirements.txt @@ -1,3 +1,3 @@ -llama-cpp-python[server]==0.2.85 +llama-cpp-python[server]==0.2.90 transformers==4.41.2 pip==24.0 diff --git a/model_servers/object_detection_python/src/requirements.txt b/model_servers/object_detection_python/src/requirements.txt index 8667511d..885b3947 100644 --- a/model_servers/object_detection_python/src/requirements.txt +++ b/model_servers/object_detection_python/src/requirements.txt @@ -12,7 +12,7 @@ fsspec==2024.6.1 h11==0.14.0 httpcore==1.0.5 httptools==0.6.1 -httpx==0.27.0 +httpx==0.27.2 huggingface-hub==0.23.4 idna==3.7 Jinja2==3.1.4 @@ -22,7 +22,7 @@ mdurl==0.1.2 mpmath==1.3.0 networkx==3.3 numpy==2.0.1 -orjson==3.10.6 +orjson==3.10.7 packaging==24.1 pillow==10.3.0 pydantic==2.7.4 @@ -30,26 +30,26 @@ pydantic_core==2.18.4 Pygments==2.18.0 python-dotenv==1.0.1 python-multipart==0.0.9 -PyYAML==6.0.1 +PyYAML==6.0.2 regex==2024.5.15 requests==2.32.3 rich==13.7.1 -safetensors==0.4.3 +safetensors==0.4.4 shellingham==1.5.4 sniffio==1.3.1 starlette==0.37.2 sympy==1.12.1 -timm==1.0.8 +timm==1.0.9 tokenizers==0.19.1 torch==2.3.1 torchvision==0.18.1 tqdm==4.66.5 transformers==4.41.2 -typer==0.12.3 +typer==0.12.5 typing_extensions==4.12.2 ujson==5.10.0 urllib3==2.2.2 -uvicorn==0.30.5 +uvicorn==0.30.6 uvloop==0.19.0 watchfiles==0.22.0 websockets==12.0 diff --git a/recipes/natural_language_processing/summarizer/app/requirements.txt b/recipes/natural_language_processing/summarizer/app/requirements.txt index d69383a8..e24b5c70 100644 --- a/recipes/natural_language_processing/summarizer/app/requirements.txt +++ b/recipes/natural_language_processing/summarizer/app/requirements.txt @@ -1,5 +1,5 @@ langchain==0.1.20 langchain-openai==0.1.7 streamlit==1.34.0 -PyMuPDF==1.24.9 +PyMuPDF==1.24.10 rouge_score==0.1.2