diff --git a/poetry.lock b/poetry.lock index 20de4298..aa0a430e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,13 +1213,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.58.0" +version = "1.59.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.58.0-py3-none-any.whl", hash = "sha256:1fc07646f6419f1d7b7d06fe2f5c72b3e6e3407423b50cbf45b58dc9740e7a03"}, - {file = "litellm-1.58.0.tar.gz", hash = "sha256:db4512e987809e04e59d5b4240bdef3a4bfe575c332397f80cc6b4403c68120a"}, + {file = "litellm-1.59.0-py3-none-any.whl", hash = "sha256:b0c8bdee556d5dc2f9c703f7dc831574ea2e339d2e762dd626d014c170b8b587"}, + {file = "litellm-1.59.0.tar.gz", hash = "sha256:140eecb47952558414d00f7a259fe303fe5f0d073973a28f488fc6938cc45660"}, ] [package.dependencies] @@ -1237,7 +1237,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 (>=43.0.1,<44.0.0)", "fastapi (>=0.115.5,<0.116.0)", "fastapi-sso (>=0.16.0,<0.17.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "pynacl (>=1.5.0,<2.0.0)", "python-multipart (>=0.0.18,<0.0.19)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)", "uvloop (>=0.21.0,<0.22.0)"] +proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=43.0.1,<44.0.0)", "fastapi (>=0.115.5,<0.116.0)", "fastapi-sso (>=0.16.0,<0.17.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "pynacl (>=1.5.0,<2.0.0)", "python-multipart (>=0.0.18,<0.0.19)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.29.0,<0.30.0)", "uvloop (>=0.21.0,<0.22.0)"] [[package]] name = "llama-cpp-python" @@ -3082,4 +3082,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "b2bfe6bc1af48cf56022243d40315f5a0a60a28e087c8043a490d1032f80f25a" +content-hash = "cbb6d62d259256dffd9525a26afafd1903a67da985646ffcb1702b2f5089d437" diff --git a/pyproject.toml b/pyproject.toml index 06eab06b..ed12c01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.6" uvicorn = "==0.34.0" structlog = "==25.1.0" -litellm = "==1.58.0" +litellm = "==1.59.0" llama_cpp_python = "==0.3.5" cryptography = "==44.0.0" sqlalchemy = "==2.0.37" @@ -38,7 +38,7 @@ ruff = "==0.9.2" bandit = "==1.8.2" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.58.0" +litellm = "==1.59.0" pytest-asyncio = "==0.25.2" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"