From 2731386f75e01eb367767bfff49fb916a6a43924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:27:41 +0000 Subject: [PATCH] fix: bump litellm from 0.1.758 to 0.1.819 Bumps [litellm](https://github.com/BerriAI/litellm) from 0.1.758 to 0.1.819. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index f82362e..b71fb04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -309,6 +309,20 @@ files = [ {file = "charset_normalizer-3.2.0-py3-none-any.whl", hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6"}, ] +[[package]] +name = "click" +version = "8.1.7" +description = "Composable command line interface toolkit" +optional = false +python-versions = ">=3.7" +files = [ + {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, + {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, +] + +[package.dependencies] +colorama = {version = "*", markers = "platform_system == \"Windows\""} + [[package]] name = "colorama" version = "0.4.6" @@ -632,17 +646,20 @@ ansicon = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "litellm" -version = "0.1.758" +version = "0.1.819" description = "Library to easily interface with LLM API providers" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "litellm-0.1.758-py3-none-any.whl", hash = "sha256:900333584e94da7b2b96bb8bde0ee170ce9688db35522211da7d77ddbf8812b8"}, - {file = "litellm-0.1.758.tar.gz", hash = "sha256:f5afc1adfedd0e7ecf30b23ea63a8cfa468c0cdfeaf551f187b2dfe9ff9104fc"}, + {file = "litellm-0.1.819-py3-none-any.whl", hash = "sha256:4aefb79dc3a10bdf9d42ac69a0b3f07b1553b81e3a9bcb9add077a5e34f643a3"}, + {file = "litellm-0.1.819.tar.gz", hash = "sha256:d253825781236fd42c8c8d0199ac4453d6bad5d78e496f7581fd15b11468c959"}, ] [package.dependencies] +appdirs = ">=1.4.4,<2.0.0" +click = "*" importlib-metadata = ">=6.8.0" +jinja2 = ">=3.1.2,<4.0.0" openai = ">=0.27.0,<0.29.0" python-dotenv = ">=0.2.0" tiktoken = ">=0.4.0"