diff --git a/poetry.lock b/poetry.lock index 9130cc158c..80453badc6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -726,13 +726,13 @@ test = ["pytest"] [[package]] name = "composio-core" -version = "0.5.51" +version = "0.6.3" 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.51-py3-none-any.whl", hash = "sha256:9bde524029967d8ff86a97986ce68cc4797c9b7ad6ea00450844af1238033a83"}, - {file = "composio_core-0.5.51.tar.gz", hash = "sha256:052f8af227d1a8121a2475ddce96ba09d5d556ad34cc091672dfe14b297c6742"}, + {file = "composio_core-0.6.3-py3-none-any.whl", hash = "sha256:981a9856781b791242f947a9685a18974d8a012ac7fab2c09438e1b19610d6a2"}, + {file = "composio_core-0.6.3.tar.gz", hash = "sha256:13098b20d8832e74453ca194889305c935432156fc07be91dfddf76561ad591b"}, ] [package.dependencies] @@ -744,7 +744,7 @@ inflection = ">=0.5.1" jsonref = ">=1.1.0" jsonschema = ">=4.21.1,<5" paramiko = ">=3.4.1" -pydantic = ">=2.6.4,<2.10" +pydantic = ">=2.6.4" pyperclip = ">=1.8.2,<2" pysher = "1.0.8" requests = ">=2.31.0,<3" @@ -754,7 +754,7 @@ sentry-sdk = ">=2.0.0" uvicorn = "*" [package.extras] -all = ["aiohttp", "click", "diskcache", "docker (>=7.1.0)", "e2b (>=0.17.2a37,<1)", "e2b-code-interpreter", "fastapi", "flake8", "gql", "importlib-metadata (>=4.8.1)", "inflection (>=0.5.1)", "jsonref (>=1.1.0)", "jsonschema (>=4.21.1,<5)", "networkx", "paramiko (>=3.4.1)", "pathspec", "pydantic (>=2.6.4,<2.10)", "pygments", "pyperclip (>=1.8.2,<2)", "pysher (==1.0.8)", "requests (>=2.31.0,<3)", "requests_toolbelt", "rich (>=13.7.1,<14)", "ruff", "semver (>=2.13.0)", "sentry-sdk (>=2.0.0)", "transformers", "tree_sitter (==0.21.3)", "tree_sitter_languages", "uvicorn"] +all = ["aiohttp", "click", "diskcache", "docker (>=7.1.0)", "e2b (>=0.17.2a37,<1)", "e2b-code-interpreter", "fastapi", "flake8", "gql", "importlib-metadata (>=4.8.1)", "inflection (>=0.5.1)", "jsonref (>=1.1.0)", "jsonschema (>=4.21.1,<5)", "networkx", "paramiko (>=3.4.1)", "pathspec", "pydantic (>=2.6.4)", "pygments", "pyperclip (>=1.8.2,<2)", "pysher (==1.0.8)", "requests (>=2.31.0,<3)", "requests_toolbelt", "rich (>=13.7.1,<14)", "ruff", "semver (>=2.13.0)", "sentry-sdk (>=2.0.0)", "transformers", "tree_sitter (==0.21.3)", "tree_sitter_languages", "uvicorn"] docker = ["docker (>=7.1.0)"] e2b = ["e2b (>=0.17.2a37,<1)", "e2b-code-interpreter"] flyio = ["gql", "requests_toolbelt"] @@ -762,17 +762,17 @@ tools = ["diskcache", "flake8", "networkx", "pathspec", "pygments", "ruff", "tra [[package]] name = "composio-langchain" -version = "0.5.51" +version = "0.6.3" 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.51-py3-none-any.whl", hash = "sha256:dc0e91b0b890ba5306bc096fcca376c3b0191d649c485300f477c0e5578deaa5"}, - {file = "composio_langchain-0.5.51.tar.gz", hash = "sha256:332bb3482ab293f45acf07ad0cf988e7a101f88caaaec818395663e4a6269432"}, + {file = "composio_langchain-0.6.3-py3-none-any.whl", hash = "sha256:0e749a1603dc0562293412d0a6429f88b75152b01a313cca859732070d762a6b"}, + {file = "composio_langchain-0.6.3.tar.gz", hash = "sha256:2036f94bfe60974b31f2be0bfdb33dd75a1d43435f275141219b3376587bf49d"}, ] [package.dependencies] -composio_core = ">=0.5.50,<=0.5.51" +composio_core = ">=0.5.0,<0.7.0" langchain = ">=0.1.0" langchain-openai = ">=0.0.2.post1" langchainhub = ">=0.1.15" @@ -6246,4 +6246,4 @@ tests = ["wikipedia"] [metadata] lock-version = "2.0" python-versions = "<4.0,>=3.10" -content-hash = "9c623c4d8c98b3fe724518428bb48ae85f8152453f200f767e13f48c59e0fe13" \ No newline at end of file +content-hash = "4a7cf176579d5dc15648979542da152ec98290f1e9f39039cfe9baf73bc1076f" diff --git a/pyproject.toml b/pyproject.toml index 43045b1ba7..1278e9425e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,8 +59,8 @@ nltk = "^3.8.1" jinja2 = "^3.1.4" locust = {version = "^2.31.5", optional = true} wikipedia = {version = "^1.4.0", optional = true} -composio-langchain = "^0.5.28" -composio-core = "^0.5.51" +composio-langchain = "^0.6.3" +composio-core = "^0.6.3" alembic = "^1.13.3" pyhumps = "^3.8.0" psycopg2 = {version = "^2.9.10", optional = true}