From 0c8b84edfae5b62291cacde716ad008c059475cb Mon Sep 17 00:00:00 2001 From: Karan Vaidya Date: Tue, 18 Jun 2024 19:07:20 +0530 Subject: [PATCH] Change version --- plugins/autogen/setup.py | 4 ++-- plugins/claude/setup.py | 4 ++-- plugins/crew_ai/setup.py | 4 ++-- plugins/griptape/setup.py | 4 ++-- plugins/julep/setup.py | 4 ++-- plugins/langchain/setup.py | 4 ++-- plugins/llamaindex/setup.py | 4 ++-- plugins/lyzr/setup.py | 4 ++-- plugins/openai/setup.py | 4 ++-- setup.py | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/plugins/autogen/setup.py b/plugins/autogen/setup.py index eca5a60c..b2d58495 100644 --- a/plugins/autogen/setup.py +++ b/plugins/autogen/setup.py @@ -9,7 +9,7 @@ setup( name="composio_autogen", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Autogen agent.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9,<4", - install_requires=["composio_core===0.3.10", "pyautogen>=0.2.19"], + install_requires=["composio_core===0.3.11", "pyautogen>=0.2.19"], include_package_data=True, ) diff --git a/plugins/claude/setup.py b/plugins/claude/setup.py index 311bba66..7258d52b 100644 --- a/plugins/claude/setup.py +++ b/plugins/claude/setup.py @@ -9,7 +9,7 @@ setup( name="composio_claude", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Claude LLMs.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9,<4", - install_requires=["composio_openai===0.3.10", "anthropic>=0.25.7"], + install_requires=["composio_openai===0.3.11", "anthropic>=0.25.7"], include_package_data=True, ) diff --git a/plugins/crew_ai/setup.py b/plugins/crew_ai/setup.py index 8a5981ef..aa8447d9 100644 --- a/plugins/crew_ai/setup.py +++ b/plugins/crew_ai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_crewai", - version="0.3.10", + version="0.3.11", author="Himanshu", author_email="himanshu@composio.dev", description="Use Composio to get an array of tools with your CrewAI agent.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9,<4", - install_requires=["composio_langchain===0.3.10"], + install_requires=["composio_langchain===0.3.11"], include_package_data=True, ) diff --git a/plugins/griptape/setup.py b/plugins/griptape/setup.py index d101b975..b193493e 100644 --- a/plugins/griptape/setup.py +++ b/plugins/griptape/setup.py @@ -9,7 +9,7 @@ setup( name="composio_griptape", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Griptape wokflow.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9,<4", - install_requires=["composio_core===0.3.10", "griptape>=0.24.2"], + install_requires=["composio_core===0.3.11", "griptape>=0.24.2"], include_package_data=True, ) diff --git a/plugins/julep/setup.py b/plugins/julep/setup.py index 908d69e1..fc2a81ac 100644 --- a/plugins/julep/setup.py +++ b/plugins/julep/setup.py @@ -9,7 +9,7 @@ setup( name="composio_julep", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Julep wokflow.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9,<4", - install_requires=["composio_openai===0.3.10", "julep>=0.3.2"], + install_requires=["composio_openai===0.3.11", "julep>=0.3.2"], include_package_data=True, ) diff --git a/plugins/langchain/setup.py b/plugins/langchain/setup.py index 429546d1..6f47a26f 100644 --- a/plugins/langchain/setup.py +++ b/plugins/langchain/setup.py @@ -9,7 +9,7 @@ setup( name="composio_langchain", - version="0.3.10", + version="0.3.11", author="Karan", author_email="karan@composio.dev", description="Use Composio to get an array of tools with your LangChain agent.", @@ -27,7 +27,7 @@ "langchain-openai>=0.0.2.post1", "pydantic>=2.6.4", "langchainhub>=0.1.15", - "composio_core===0.3.10", + "composio_core===0.3.11", ], include_package_data=True, ) diff --git a/plugins/llamaindex/setup.py b/plugins/llamaindex/setup.py index ab6ed043..9808d331 100644 --- a/plugins/llamaindex/setup.py +++ b/plugins/llamaindex/setup.py @@ -9,7 +9,7 @@ setup( name="composio_llamaindex", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your LlamaIndex agent.", @@ -24,7 +24,7 @@ python_requires=">=3.9,<4", install_requires=[ "llama_index>=0.10.43", - "composio_langchain===0.3.10", + "composio_langchain===0.3.11", ], include_package_data=True, ) diff --git a/plugins/lyzr/setup.py b/plugins/lyzr/setup.py index addf73ee..c022eb4e 100644 --- a/plugins/lyzr/setup.py +++ b/plugins/lyzr/setup.py @@ -9,7 +9,7 @@ setup( name="composio_lyzr", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Lyzr workflow.", @@ -25,7 +25,7 @@ install_requires=[ "lyzr-automata>=0.1.3", "pydantic>=2.6.4", - "composio_core===0.3.10", + "composio_core===0.3.11", "langchain>=0.1.0", ], include_package_data=True, diff --git a/plugins/openai/setup.py b/plugins/openai/setup.py index 588d1f2c..23790f3d 100644 --- a/plugins/openai/setup.py +++ b/plugins/openai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_openai", - version="0.3.10", + version="0.3.11", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your OpenAI Function Call.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9,<4", - install_requires=["composio_core===0.3.10"], + install_requires=["composio_core===0.3.11"], include_package_data=True, ) diff --git a/setup.py b/setup.py index 5f6f3317..c31f0877 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="composio_core", - version="0.3.10", + version="0.3.11", author="Utkarsh", author_email="utkarsh@composio.dev", description="Core package to act as a bridge between composio platform and other services.",