litellm_assistants_api_testing bump python

This commit is contained in:
Ishaan Jaff
2025-03-25 22:31:16 -07:00
parent 24a329ea5b
commit 61816dfd04
+1 -5
View File
@@ -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: |