diff --git a/autogen/pyproject.toml b/autogen/pyproject.toml index a186028c72..aa3c74b8b6 100644 --- a/autogen/pyproject.toml +++ b/autogen/pyproject.toml @@ -1,7 +1,7 @@ [project] dynamic = ["classifiers", "version", "readme", "authors", "requires-python", "description"] dependencies = [ - "composio_core===0.1.66", + "composio_core===0.1.68", "pyautogen===0.2.19" ] name = "composio_autogen" diff --git a/autogen/requirements.txt b/autogen/requirements.txt index 8bc35991bb..f0893df3e5 100644 --- a/autogen/requirements.txt +++ b/autogen/requirements.txt @@ -1,2 +1,2 @@ -composio_core===0.1.24 +composio_core===0.1.68 pyautogen===0.2.19 \ No newline at end of file diff --git a/autogen/setup.py b/autogen/setup.py index e353d94fcb..a4e31395e3 100644 --- a/autogen/setup.py +++ b/autogen/setup.py @@ -14,7 +14,7 @@ def resolve_paths(*paths): setup( name="composio_autogen", - version="0.1.66", + version="0.1.68", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Autogen agent.", diff --git a/core/setup.py b/core/setup.py index 93a88e8401..493f9f6c06 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name="composio_core", - version="0.1.66", + version="0.1.68", author="Utkarsh", author_email="utkarsh@composio.dev", description="Core package to act as a bridge between composio platform and other services.", diff --git a/crew_ai/pyproject.toml b/crew_ai/pyproject.toml index b2ea57e231..82514a3cf9 100644 --- a/crew_ai/pyproject.toml +++ b/crew_ai/pyproject.toml @@ -1,7 +1,7 @@ [project] dynamic = ["classifiers", "version", "readme", "authors", "requires-python", "description"] dependencies = [ - "composio_langchain===0.1.66", + "composio_langchain===0.1.68", ] name = "composio_crewai" diff --git a/crew_ai/requirements.txt b/crew_ai/requirements.txt index 411a80f192..2f8344cd68 100644 --- a/crew_ai/requirements.txt +++ b/crew_ai/requirements.txt @@ -1 +1 @@ -composio_langchain===0.1.66 \ No newline at end of file +composio_langchain===0.1.68 \ No newline at end of file diff --git a/crew_ai/setup.py b/crew_ai/setup.py index d3156ba6f2..ed7df3d97a 100644 --- a/crew_ai/setup.py +++ b/crew_ai/setup.py @@ -14,7 +14,7 @@ def resolve_paths(*paths): setup( name="composio_crewai", - version="0.1.66", + version="0.1.68", author="Himanshu", author_email="himanshu@composio.dev", description="Use Composio to get an array of tools with your CrewAI agent.", diff --git a/langchain/pyproject.toml b/langchain/pyproject.toml index a846a988fa..e2ad0c4737 100644 --- a/langchain/pyproject.toml +++ b/langchain/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "langchain-openai===0.0.2.post1", "langchainhub==0.1.15", "pydantic===2.6.4", - "composio_core===0.1.66" + "composio_core===0.1.68" ] name = "composio_langchain" diff --git a/langchain/requirements.txt b/langchain/requirements.txt index e53ab160a8..efa7f7453b 100644 --- a/langchain/requirements.txt +++ b/langchain/requirements.txt @@ -2,4 +2,4 @@ langchain===0.1.0 langchain-openai===0.0.2.post1 pydantic===2.6.4 langchainhub==0.1.15 -composio_core===0.1.66 \ No newline at end of file +composio_core===0.1.68 \ No newline at end of file diff --git a/langchain/setup.py b/langchain/setup.py index 2cf4e8e00b..ec9c3629e1 100644 --- a/langchain/setup.py +++ b/langchain/setup.py @@ -14,7 +14,7 @@ def resolve_paths(*paths): setup( name="composio_langchain", - version="0.1.66", + version="0.1.68", author="Karan", author_email="karan@composio.dev", description="Use Composio to get an array of tools with your LangChain agent.",