From fad8ce666e4ad1c5e644e3dcc250e7a0a4c36b51 Mon Sep 17 00:00:00 2001 From: phact Date: Tue, 7 May 2024 11:48:23 -0400 Subject: [PATCH] bump litellm version --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1acbed6..e16d512 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1532,13 +1532,13 @@ rediscluster = ["redis (>=4.2.0,!=4.5.2,!=4.5.3)"] [[package]] name = "litellm" -version = "1.34.18" +version = "1.36.1" 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.34.18-py3-none-any.whl", hash = "sha256:0fcf89f01981f934a2f1fb934ed431095893980277e499e492c15380063259bc"}, - {file = "litellm-1.34.18.tar.gz", hash = "sha256:b897b97b6fa2744b5220dd23e8e3adb31d5006457e0e5ad7a5f58a4a8d5d3b82"}, + {file = "litellm-1.36.1-py3-none-any.whl", hash = "sha256:3a41db4c139989ef24171a69eba72b814b1ac60591af2da7ed689e57bd62b015"}, + {file = "litellm-1.36.1.tar.gz", hash = "sha256:709cb3a9f31186a093c191c01e0df162e5b08c8cc257a2b746668f29fa99a628"}, ] [package.dependencies] @@ -1554,7 +1554,7 @@ tokenizers = "*" [package.extras] extra-proxy = ["azure-identity (>=1.15.0,<2.0.0)", "azure-keyvault-secrets (>=4.8.0,<5.0.0)", "google-cloud-kms (>=2.21.3,<3.0.0)", "prisma (==0.11.0)", "resend (>=0.8.0,<0.9.0)"] -proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.109.1,<0.110.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=21.2.0,<22.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] +proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.109.1,<0.110.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] [[package]] name = "loguru" @@ -3642,4 +3642,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10.12,<3.12" -content-hash = "cfba0f10a3e34b6560a50f8a39b6e62e6914c456f1dae92d70dee36fde4ca55b" +content-hash = "a4052be960f3e576b4042505b2cdec2ebe90997a07fc79db885392cdcdebb280" diff --git a/pyproject.toml b/pyproject.toml index d494b44..5272956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docx2txt = "^0.8" pypdf2 = "^3.0.1" python-pptx = "^0.6.23" gunicorn = "^21.2.0" -litellm = "1.34.18" +litellm = "1.36.1" boto3 = "^1.29.6" prometheus-fastapi-instrumentator = "^6.1.0" google-cloud-aiplatform = "^1.38.0"