diff --git a/poetry.lock b/poetry.lock index a30c8fc4..e1a2264c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1121,13 +1121,13 @@ test = ["ipykernel", "pre-commit", "pytest (<8)", "pytest-cov", "pytest-timeout" [[package]] name = "litellm" -version = "1.41.19" +version = "1.41.22" 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.41.19-py3-none-any.whl", hash = "sha256:8c2ab9a7fe00bb26589a91c904358ef52d5e1b44cab890a8ff9ada92650ff8de"}, - {file = "litellm-1.41.19.tar.gz", hash = "sha256:0a31ebb97672fec83807720ce3fbe7fe1f829d5d9914f38b22d307e99751683b"}, + {file = "litellm-1.41.22-py3-none-any.whl", hash = "sha256:b7560a5487ad23a2d8d5ce0d810d640488e6264f22f35041c1e3f9ca8933e71b"}, + {file = "litellm-1.41.22.tar.gz", hash = "sha256:1cdfffc792535e87a40463fe04205353ebe681ce87fc3245a0436f4c124f6ed6"}, ] [package.dependencies] @@ -3458,4 +3458,4 @@ retriever = ["torch", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.12" -content-hash = "500abbc6b6dc45f80991ec27f97b9a745859d61880a0a6a9f3aa6ecd3712252d" +content-hash = "ae5ff4796da1c34c6ee1cbf0366a4c4614be7fe29cda9a0ec77dcc519653c6cc" diff --git a/pyproject.toml b/pyproject.toml index 4225abf4..9b8bcbe2 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.41.19" +litellm = "~1.41.22" beartype = "^0.18.5" torch = { version = ">=2.1.0 <2.3.0", optional = true }