diff --git a/poetry.lock b/poetry.lock index 28679f12..c31b86a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -647,7 +647,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\" or os_name == \"nt\""} +markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or os_name == \"nt\" or sys_platform == \"win32\""} [[package]] name = "coloredlogs" @@ -1546,14 +1546,14 @@ files = [ [[package]] name = "litellm" -version = "1.63.0" +version = "1.63.7" 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" groups = ["main", "dev"] files = [ - {file = "litellm-1.63.0-py3-none-any.whl", hash = "sha256:38961eaeb81fa2500c2725e01be898fb5d6347e73286b6d13d2f4d2f006d99e9"}, - {file = "litellm-1.63.0.tar.gz", hash = "sha256:872fb3fa4c8875d82fe998a5e4249c21a15bb08800286f03f90ed1700203f62e"}, + {file = "litellm-1.63.7-py3-none-any.whl", hash = "sha256:fbdee39a894506c68f158c6b4e0079f9e9c023441fff7215e7b8e42162dba0a7"}, + {file = "litellm-1.63.7.tar.gz", hash = "sha256:2fbd7236d5e5379eee18556857ed62a5ed49f4f09e03ff33cf15932306b984f1"}, ] [package.dependencies] @@ -4276,4 +4276,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "bce22af3c1db8537145aeaef93b3cec9cc18832fc23fdd39242385b1719e8bd6" +content-hash = "cd040dfe6d4bf1ac9c51f80c0c0fef1a261333e5047ee3a2870bed5087ce0a67" diff --git a/pyproject.toml b/pyproject.toml index ba9533e8..b7492a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.11" uvicorn = "==0.34.0" structlog = "==25.1.0" -litellm = "==1.63.0" +litellm = "==1.63.7" llama_cpp_python = "==0.3.5" cryptography = "==44.0.2" sqlalchemy = "==2.0.38" @@ -50,7 +50,7 @@ ruff = "==0.9.10" bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.63.0" +litellm = "==1.63.7" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"