diff --git a/dist/litellm-0.1.455-py3-none-any.whl b/dist/litellm-0.1.455-py3-none-any.whl new file mode 100644 index 000000000..082e20b01 Binary files /dev/null and b/dist/litellm-0.1.455-py3-none-any.whl differ diff --git a/dist/litellm-0.1.455.tar.gz b/dist/litellm-0.1.455.tar.gz new file mode 100644 index 000000000..2407ebea6 Binary files /dev/null and b/dist/litellm-0.1.455.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 4422f20d1..dedaca4a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.455" +version = "0.1.456" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License" @@ -11,7 +11,7 @@ python = "^3.8" openai = "^0.27.8" python-dotenv = "^1.0.0" tiktoken = "^0.4.0" -importlib_metadata +importlib-metadata = "^6.8.0" [build-system] requires = ["poetry-core"]