From 6c937e15a9c555628db03b8147915ee261605f23 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 19 Sep 2023 13:50:10 -0700 Subject: [PATCH] bump version + fix ci/cd test --- .circleci/config.yml | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"