diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d1e48944..0c690c107 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 4.3.4 jobs: local_testing: docker: - - image: circleci/python:3.11.8 + - image: circleci/python:3.11 working_directory: ~/project steps: diff --git a/litellm/tests/test_config.py b/litellm/tests/test_config.py index b62d20422..3f6ddf8e9 100644 --- a/litellm/tests/test_config.py +++ b/litellm/tests/test_config.py @@ -11,7 +11,7 @@ import os, io sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the, system path +) # Adds the parent directory to the system path import pytest, litellm from pydantic import BaseModel, ConfigDict from litellm.proxy.proxy_server import ProxyConfig