From d1da3fed10cec0089be4be11eec26421e010da11 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Tue, 27 Jan 2026 19:15:23 -0800 Subject: [PATCH] Reverting next version and removing security tests as prereq --- .circleci/config.yml | 6 ++---- ui/litellm-dashboard/package.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7ffe8d7923..803a12de868 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3502,7 +3502,7 @@ jobs: python3 -m pip install toml VERSION=$(python3 -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['version'])") echo "LiteLLM Version ${VERSION}" - + # Determine which branch to use for Docker build if [[ "$CIRCLE_BRANCH" =~ ^litellm_release_day_.* ]]; then BUILD_BRANCH="$CIRCLE_BRANCH" @@ -3511,7 +3511,7 @@ jobs: BUILD_BRANCH="main" echo "Using default branch: $BUILD_BRANCH" fi - + curl -X POST \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: Bearer $GITHUB_TOKEN" \ @@ -4215,7 +4215,6 @@ workflows: - litellm_proxy_unit_testing_key_generation - litellm_proxy_unit_testing_part1 - litellm_proxy_unit_testing_part2 - - litellm_security_tests - langfuse_logging_unit_tests - local_testing_part1 - local_testing_part2 @@ -4295,7 +4294,6 @@ workflows: - litellm_proxy_unit_testing_key_generation - litellm_proxy_unit_testing_part1 - litellm_proxy_unit_testing_part2 - - litellm_security_tests - installing_litellm_on_python - installing_litellm_on_python_3_13 - proxy_logging_guardrails_model_info_tests diff --git a/ui/litellm-dashboard/package.json b/ui/litellm-dashboard/package.json index 514156c88a8..16fc656dc53 100644 --- a/ui/litellm-dashboard/package.json +++ b/ui/litellm-dashboard/package.json @@ -35,7 +35,7 @@ "jwt-decode": "^4.0.0", "lucide-react": "^0.513.0", "moment": "^2.30.1", - "next": "^15.5.10", + "next": "^14.2.32", "openai": "^4.93.0", "papaparse": "^5.5.2", "react": "^18", @@ -69,7 +69,7 @@ "autoprefixer": "^10.4.17", "dotenv": "^17.2.3", "eslint": "^8", - "eslint-config-next": "15.5.10", + "eslint-config-next": "14.2.32", "eslint-config-prettier": "^10.1.8", "eslint-plugin-unused-imports": "^4.2.0", "jsdom": "^27.0.0",