From 61816dfd04feed1846369ea6b228ee985123a9ce Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 25 Mar 2025 22:31:16 -0700 Subject: [PATCH] litellm_assistants_api_testing bump python --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8951ef7e4..1b94afa102 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -569,7 +569,7 @@ jobs: - litellm_proxy_unit_tests_coverage litellm_assistants_api_testing: # Runs all tests with the "assistants" keyword docker: - - image: cimg/python:3.11 + - image: cimg/python:3.13.1 auth: username: ${DOCKERHUB_USERNAME} password: ${DOCKERHUB_PASSWORD} @@ -577,10 +577,6 @@ jobs: steps: - checkout - - run: - name: Set DNS - command: | - ssh remote-docker echo "nameserver x.x.x.x" | ssh remote-docker sudo tee - run: name: Install Dependencies command: |