diff --git a/poetry.lock b/poetry.lock index f6498e0b..b7fd218a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1641,13 +1641,13 @@ requests = ">=2.20" [[package]] name = "litellm" -version = "1.50.4" +version = "1.51.0" description = "Library to easily interface with LLM API providers" optional = false python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "litellm-1.50.4-py3-none-any.whl", hash = "sha256:cc6992275e24a0bbb4a3b377e6842d45a8510fc85d7f255930a64bb872980a36"}, - {file = "litellm-1.50.4.tar.gz", hash = "sha256:a7e68ef614f631b58969c2c7a5154a565ba5974558d437c8cd6c8623654880ea"}, + {file = "litellm-1.51.0-py3-none-any.whl", hash = "sha256:0b2c20d116834166c8440e5698d7d927dbcc78fcaa08ce0c5cbea2d0de55ec6c"}, + {file = "litellm-1.51.0.tar.gz", hash = "sha256:8bf648677ee145a8fe5054a2e3f3a34895b9ab65a6015e4b94efca7ef406f466"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index a60636b8..2a7faf57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ docetl = "docetl.cli:app" [tool.poetry.dependencies] python = "^3.10" -litellm = "^1.42.1" +litellm = "^1.51.0" tqdm = "^4.66.4" rich = "^13.7.1" frozendict = "^2.4.4"