diff --git a/poetry.lock b/poetry.lock index d4d198dc..af886a75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ test = ["ipykernel", "pre-commit", "pytest (<8)", "pytest-cov", "pytest-timeout" [[package]] name = "litellm" -version = "1.42.1" +version = "1.42.3" 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.42.1-py3-none-any.whl", hash = "sha256:2811bae2f2ecca57c6f389e0cc7580d38248f11ad74543a57be5d13ff8f07c62"}, - {file = "litellm-1.42.1.tar.gz", hash = "sha256:94bf5a2a6a6c87abb21321f8876ad350fb486cbdd3ae3818c16226c19d57dd94"}, + {file = "litellm-1.42.3-py3-none-any.whl", hash = "sha256:08060c35dd2261a7955a9da30aca294f921adad4074157876be9a1e901bd107c"}, + {file = "litellm-1.42.3.tar.gz", hash = "sha256:69b4a4c748d9dfd21016f7738b8ad31768271c8c37491d7a1a3c3ffae0e47ac2"}, ] [package.dependencies] @@ -3676,4 +3676,4 @@ retriever = ["torch", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.12" -content-hash = "5af15cc29404b63b3a5076502dfa8142ef321ad4f8fd0707649f6423332b6523" +content-hash = "02bd9524618f06d0a4722043e87a35fb45acc071123c27db1b50b7426129a593" diff --git a/pyproject.toml b/pyproject.toml index c248f50a..40d1e71c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.10, <3.12" pydantic = "^2.8.2" -litellm = "~1.42.1" +litellm = "~1.42.3" beartype = "^0.18.5" torch = { version = ">=2.1.0 <2.3.0", optional = true }