diff --git a/poetry.lock b/poetry.lock index b59f114..8fabb06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1244,13 +1244,13 @@ test = ["ipykernel", "pre-commit", "pytest (<8)", "pytest-cov", "pytest-timeout" [[package]] name = "litellm" -version = "1.56.4" +version = "1.56.6" 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.56.4-py3-none-any.whl", hash = "sha256:699a8db46f7de045069a77c435e13244b5fdaf5df1c8cb5e6ad675ef7e104ccd"}, - {file = "litellm-1.56.4.tar.gz", hash = "sha256:2808ca21878d200f7676a3d11e5bf2b5e3349ae504628f279cd7297c7dbd2038"}, + {file = "litellm-1.56.6-py3-none-any.whl", hash = "sha256:dc04becae6b09b401edfc13e9e648443e425a52c1d7217351c7841811dc8dbec"}, + {file = "litellm-1.56.6.tar.gz", hash = "sha256:24612fff40f31044257c16bc29aa086cbb084b830e427a19f4adb96deeea626d"}, ] [package.dependencies] @@ -2976,4 +2976,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8dbd2a1d5d8b010c2723c9eb8b1f56080f5148b9a20c7184be43aa16a8f42c44" +content-hash = "971202a22f922ad50b8e95b2e0b183daabcfa72eda53bae9e70c032ed9650a12" diff --git a/pyproject.toml b/pyproject.toml index 5a80e1d..8e55ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ validators = "^0.34.0" falkordb = "^1.0.5" tree-sitter-c = "^0.23.2" tree-sitter-python = "^0.23.6" -flask = "^3.0.3" +flask = "^3.1.0" python-dotenv = "^1.0.1" [tool.poetry.group.test.dependencies] diff --git a/requirements.txt b/requirements.txt index 766c629..6cc531c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -554,9 +554,9 @@ jupyter-client==8.6.3 ; python_version >= "3.9" and python_version < "4.0" \ jupyter-core==5.7.2 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409 \ --hash=sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9 -litellm==1.56.4 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:2808ca21878d200f7676a3d11e5bf2b5e3349ae504628f279cd7297c7dbd2038 \ - --hash=sha256:699a8db46f7de045069a77c435e13244b5fdaf5df1c8cb5e6ad675ef7e104ccd +litellm==1.56.6 ; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:24612fff40f31044257c16bc29aa086cbb084b830e427a19f4adb96deeea626d \ + --hash=sha256:dc04becae6b09b401edfc13e9e648443e425a52c1d7217351c7841811dc8dbec markupsafe==3.0.2 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4 \ --hash=sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30 \