From 662de5d6517fe48221a5a23e89edd328a6e4521e Mon Sep 17 00:00:00 2001 From: Srikanth Bachala Date: Tue, 27 Jan 2026 14:35:42 +0530 Subject: [PATCH 1/2] Fixed SDK Tests --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18df26c5..af8ad274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ clarifai-grpc>=12.0.6 -clarifai-protocol==0.0.35 +clarifai-protocol>=0.0.47 numpy>=1.22.0 tqdm>=4.65.0 PyYAML>=6.0.1 From 0196a557e265cbe81c886abc015df5e6c374f51d Mon Sep 17 00:00:00 2001 From: Srikanth Bachala Date: Tue, 27 Jan 2026 15:55:38 +0530 Subject: [PATCH 2/2] Fixed SDK Tests --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index f2bc0370..2eef5564 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -80,7 +80,7 @@ jobs: export CLARIFAI_PAT="$(uv run python scripts/key_for_tests.py --create-pat)" if [ "${{ github.event.pull_request.head.repo.full_name }}" = "${{ github.repository }}" ]; then # Run coverage for all but the container test - uv run pytest --cov=. --cov-report=xml:coverage/coverage.cobertura.xml --ignore=tests/runners/test_model_run_locally-container.py + uv run pytest --cov=. --cov-report=xml:coverage/coverage.cobertura.xml --ignore=tests/runners/test_model_run_locally-container.py -s # Conditionally run the container test if [ "${{ steps.check_dockerfile_change.outputs.changed }}" = "true" ]; then