diff --git a/.circleci/config.yml b/.circleci/config.yml index 222b218dc..7fe4afd11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,6 @@ jobs: local_testing: docker: - image: circleci/python:3.8 - parallelism: 4 working_directory: ~/project steps: @@ -54,7 +53,7 @@ jobs: - run: name: Run tests command: | - python -m pytest -vv --junitxml=test-results/junit.xml | circleci tests split --split-by=timings + python -m pytest -vv --junitxml=test-results/junit.xml # Store test results - store_test_results: diff --git a/pyproject.toml b/pyproject.toml index 8331c3c35..7b5d07b34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.702" +version = "0.1.703" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"