diff --git a/poetry.lock b/poetry.lock index 135c6011c427..0683468bff84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aenum" @@ -1231,13 +1231,13 @@ test = ["pytest"] [[package]] name = "composio-core" -version = "0.5.3" +version = "0.5.8" description = "Core package to act as a bridge between composio platform and other services." optional = false python-versions = "<4,>=3.9" files = [ - {file = "composio_core-0.5.3-py3-none-any.whl", hash = "sha256:9a0fd28e27a2310b2d510ab131f99bb99ee9dc58bb19bdc47588469ef90f761a"}, - {file = "composio_core-0.5.3.tar.gz", hash = "sha256:15315a38adc6af4ffd7addac9cf998436db85f9b3fefe8b56774055f1e559a9a"}, + {file = "composio_core-0.5.8-py3-none-any.whl", hash = "sha256:af3f75e0706aa4ea6dbf670b910d35a80d216a7a385b5335fccfda8251522565"}, + {file = "composio_core-0.5.8.tar.gz", hash = "sha256:a0f3e696bbecb3bf20ea27bea40e48d5537985fe50082b0134cce05e3c84a189"}, ] [package.dependencies] @@ -1266,17 +1266,17 @@ all = ["diskcache", "flake8", "networkx", "pathspec", "pygments", "ruff", "trans [[package]] name = "composio-langchain" -version = "0.5.3" +version = "0.5.8" description = "Use Composio to get an array of tools with your LangChain agent." optional = false python-versions = "<4,>=3.9" files = [ - {file = "composio_langchain-0.5.3-py3-none-any.whl", hash = "sha256:a4d35e551675943f3721bee94c58230f22d85d6a9947052f9d9577a582a0d618"}, - {file = "composio_langchain-0.5.3.tar.gz", hash = "sha256:0168f2919c0d3241a38b69bc11d0b339e68c09c2ce7f0cc7efe19d41932bfa48"}, + {file = "composio_langchain-0.5.8-py3-none-any.whl", hash = "sha256:25adfe9b3039c62b01bad18d6b19870314335b75f914524417a65aa5c80853da"}, + {file = "composio_langchain-0.5.8.tar.gz", hash = "sha256:9a8b2814eb4c335462cc573857e518fa19a9fe9e0dcfbac3b77dbebb811951c2"}, ] [package.dependencies] -composio-core = "0.5.3" +composio-core = "0.5.8" langchain = ">=0.1.0" langchain-openai = ">=0.0.2.post1" langchainhub = ">=0.1.15" @@ -5464,6 +5464,7 @@ python-versions = ">=3.7" files = [ {file = "milvus_lite-2.4.9-py3-none-macosx_10_9_x86_64.whl", hash = "sha256:d3e617b3d68c09ad656d54bc3d8cc4ef6ef56c54015e1563d4fe4bcec6b7c90a"}, {file = "milvus_lite-2.4.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:6e7029282d6829b277ebb92f64e2370be72b938e34770e1eb649346bda5d1d7f"}, + {file = "milvus_lite-2.4.9-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9b8e991e4e433596f6a399a165c1a506f823ec9133332e03d7f8a114bff4550d"}, {file = "milvus_lite-2.4.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:7f53e674602101cfbcf0a4a59d19eaa139dfd5580639f3040ad73d901f24fc0b"}, ] @@ -11571,4 +11572,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "51dc3a97f0153a6e8a6810bfea823b200a9fc6565b2103b8cafc29c937629e0a" +content-hash = "1b2d7724d0ec79aeda1a35b464d82349978084a856d1bf297b3d52a343f644f5" diff --git a/pyproject.toml b/pyproject.toml index fa59a0a2c573..c3ab2c0c8a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ yfinance = "^0.2.40" langchain-google-community = "1.0.7" wolframalpha = "^5.1.3" astra-assistants = "^2.0.15" -composio-langchain = "^0.5.3" +composio-langchain = "^0.5.8" spider-client = "^0.0.27"