From 50bc8e13cbae8c7327c6facf118677a608a92491 Mon Sep 17 00:00:00 2001 From: Viraj <35092918+angrybayblade@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:07:08 +0530 Subject: [PATCH] Release v0.5.14 (#549) --- python/composio/__init__.py | 2 +- python/dockerfiles/Dockerfile | 2 +- python/dockerfiles/Dockerfile.dev | 2 +- python/plugins/autogen/setup.py | 4 ++-- python/plugins/camel/setup.py | 4 ++-- python/plugins/claude/setup.py | 4 ++-- python/plugins/crew_ai/setup.py | 4 ++-- python/plugins/griptape/setup.py | 4 ++-- python/plugins/julep/setup.py | 4 ++-- python/plugins/langchain/setup.py | 4 ++-- python/plugins/langgraph/setup.py | 4 ++-- python/plugins/llamaindex/setup.py | 4 ++-- python/plugins/lyzr/setup.py | 4 ++-- python/plugins/openai/setup.py | 4 ++-- python/plugins/phidata/setup.py | 6 +++--- python/plugins/praisonai/setup.py | 4 ++-- python/setup.py | 2 +- python/swe/setup.py | 2 +- 18 files changed, 32 insertions(+), 32 deletions(-) diff --git a/python/composio/__init__.py b/python/composio/__init__.py index cdc3f58bcc..14b5712c0f 100644 --- a/python/composio/__init__.py +++ b/python/composio/__init__.py @@ -61,6 +61,6 @@ "LogLevel", ) -__version__ = "0.5.13" +__version__ = "0.5.14" atexit.register(create_latest_version_warning_hook(version=__version__)) diff --git a/python/dockerfiles/Dockerfile b/python/dockerfiles/Dockerfile index 453704278c..7ec198f11d 100644 --- a/python/dockerfiles/Dockerfile +++ b/python/dockerfiles/Dockerfile @@ -19,7 +19,7 @@ RUN /bin/python3 -m venv .composio/venv RUN export PATH=$PATH:$(pwd)/.composio/venv/bin # Install composio -RUN python -m pip install composio-core[all]==0.5.13 fastapi playwright uvicorn +RUN python -m pip install composio-core[all]==0.5.14 fastapi playwright uvicorn # Install playwright deps RUN playwright install-deps diff --git a/python/dockerfiles/Dockerfile.dev b/python/dockerfiles/Dockerfile.dev index 49419addae..450bed63ef 100644 --- a/python/dockerfiles/Dockerfile.dev +++ b/python/dockerfiles/Dockerfile.dev @@ -19,7 +19,7 @@ RUN /bin/python3 -m venv .composio/venv RUN export PATH=$PATH:$(pwd)/.composio/venv/bin # Install composio for dependency caching -RUN python -m pip install composio-core[all]==0.5.13 fastapi playwright uvicorn +RUN python -m pip install composio-core[all]==0.5.14 fastapi playwright uvicorn # Install playwright deps RUN playwright install-deps diff --git a/python/plugins/autogen/setup.py b/python/plugins/autogen/setup.py index 856d868fc5..c37239c853 100644 --- a/python/plugins/autogen/setup.py +++ b/python/plugins/autogen/setup.py @@ -9,7 +9,7 @@ setup( name="composio_autogen", - version="0.5.13", + version="0.5.14", 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.5.13", "pyautogen>=0.2.19"], + install_requires=["composio_core==0.5.14", "pyautogen>=0.2.19"], include_package_data=True, ) diff --git a/python/plugins/camel/setup.py b/python/plugins/camel/setup.py index 631219c378..9e2c6a77e2 100644 --- a/python/plugins/camel/setup.py +++ b/python/plugins/camel/setup.py @@ -9,7 +9,7 @@ setup( name="composio_camel", - version="0.5.13", + version="0.5.14", 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_core==0.5.13", "camel-ai>=0.1.5.7"], + install_requires=["composio_core==0.5.14", "camel-ai>=0.1.5.7"], include_package_data=True, ) diff --git a/python/plugins/claude/setup.py b/python/plugins/claude/setup.py index 2bfc206673..dae80608d0 100644 --- a/python/plugins/claude/setup.py +++ b/python/plugins/claude/setup.py @@ -9,7 +9,7 @@ setup( name="composio_claude", - version="0.5.13", + version="0.5.14", 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.5.13", "anthropic>=0.25.7"], + install_requires=["composio_openai==0.5.14", "anthropic>=0.25.7"], include_package_data=True, ) diff --git a/python/plugins/crew_ai/setup.py b/python/plugins/crew_ai/setup.py index 3cd3658698..13da9cb02f 100644 --- a/python/plugins/crew_ai/setup.py +++ b/python/plugins/crew_ai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_crewai", - version="0.5.13", + version="0.5.14", 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.5.13", "crewai"], + install_requires=["composio_langchain==0.5.14", "crewai"], include_package_data=True, ) diff --git a/python/plugins/griptape/setup.py b/python/plugins/griptape/setup.py index cb97999773..fa8daa29a2 100644 --- a/python/plugins/griptape/setup.py +++ b/python/plugins/griptape/setup.py @@ -9,7 +9,7 @@ setup( name="composio_griptape", - version="0.5.13", + version="0.5.14", 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.5.13", "griptape>=0.24.2"], + install_requires=["composio_core==0.5.14", "griptape>=0.24.2"], include_package_data=True, ) diff --git a/python/plugins/julep/setup.py b/python/plugins/julep/setup.py index 645d077cc4..ba2f7ddcfc 100644 --- a/python/plugins/julep/setup.py +++ b/python/plugins/julep/setup.py @@ -9,7 +9,7 @@ setup( name="composio_julep", - version="0.5.13", + version="0.5.14", 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.5.13", "julep>=0.3.2"], + install_requires=["composio_openai==0.5.14", "julep>=0.3.2"], include_package_data=True, ) diff --git a/python/plugins/langchain/setup.py b/python/plugins/langchain/setup.py index 7c9fe9d3b9..38e7dcd492 100644 --- a/python/plugins/langchain/setup.py +++ b/python/plugins/langchain/setup.py @@ -9,7 +9,7 @@ setup( name="composio_langchain", - version="0.5.13", + version="0.5.14", 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.5.13", + "composio_core==0.5.14", ], include_package_data=True, ) diff --git a/python/plugins/langgraph/setup.py b/python/plugins/langgraph/setup.py index 85bedcc798..a760dc42c3 100644 --- a/python/plugins/langgraph/setup.py +++ b/python/plugins/langgraph/setup.py @@ -9,7 +9,7 @@ setup( name="composio_langgraph", - version="0.5.13", + version="0.5.14", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get array of tools with LnagGraph Agent Workflows", @@ -23,7 +23,7 @@ ], python_requires=">=3.9,<4", install_requires=[ - "composio_langchain==0.5.13", + "composio_langchain==0.5.14", "langgraph", ], include_package_data=True, diff --git a/python/plugins/llamaindex/setup.py b/python/plugins/llamaindex/setup.py index e2465c2617..55476fce47 100644 --- a/python/plugins/llamaindex/setup.py +++ b/python/plugins/llamaindex/setup.py @@ -9,7 +9,7 @@ setup( name="composio_llamaindex", - version="0.5.13", + version="0.5.14", 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.5.13", + "composio_langchain==0.5.14", ], include_package_data=True, ) diff --git a/python/plugins/lyzr/setup.py b/python/plugins/lyzr/setup.py index 1e47956ab0..45469f384a 100644 --- a/python/plugins/lyzr/setup.py +++ b/python/plugins/lyzr/setup.py @@ -9,7 +9,7 @@ setup( name="composio_lyzr", - version="0.5.13", + version="0.5.14", 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.5.13", + "composio_core==0.5.14", "langchain>=0.1.0", ], include_package_data=True, diff --git a/python/plugins/openai/setup.py b/python/plugins/openai/setup.py index f7cccdbabb..4b3d61989e 100644 --- a/python/plugins/openai/setup.py +++ b/python/plugins/openai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_openai", - version="0.5.13", + version="0.5.14", 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.5.13", "openai"], + install_requires=["composio_core==0.5.14", "openai"], include_package_data=True, ) diff --git a/python/plugins/phidata/setup.py b/python/plugins/phidata/setup.py index 2aeb1249a7..c6a217a1b2 100644 --- a/python/plugins/phidata/setup.py +++ b/python/plugins/phidata/setup.py @@ -9,7 +9,7 @@ setup( name="composio_phidata", - version="0.5.13", + version="0.5.14", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Phidata Plugin.", @@ -23,8 +23,8 @@ ], python_requires=">=3.9,<4", install_requires=[ - "composio_core==0.5.13", - "composio_openai==0.5.13", + "composio_core==0.5.14", + "composio_openai==0.5.14", "phidata", ], include_package_data=True, diff --git a/python/plugins/praisonai/setup.py b/python/plugins/praisonai/setup.py index 37fe992313..384d7f870e 100644 --- a/python/plugins/praisonai/setup.py +++ b/python/plugins/praisonai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_praisonai", - version="0.5.13", + version="0.5.14", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio Tools to enhance your PraisonAI agents capabilities.", @@ -22,6 +22,6 @@ "Operating System :: OS Independent", ], python_requires=">=3.9", - install_requires=["composio_core==0.5.13", "PraisonAI>=0.0.2"], + install_requires=["composio_core==0.5.14", "PraisonAI>=0.0.2"], include_package_data=True, ) diff --git a/python/setup.py b/python/setup.py index 7fd9ca306e..3b0db740f1 100644 --- a/python/setup.py +++ b/python/setup.py @@ -76,7 +76,7 @@ def scan_for_package_data( setup( name="composio_core", - version="0.5.13", + version="0.5.14", author="Utkarsh", author_email="utkarsh@composio.dev", description="Core package to act as a bridge between composio platform and other services.", diff --git a/python/swe/setup.py b/python/swe/setup.py index e8b8c91ee7..79cedeb78d 100644 --- a/python/swe/setup.py +++ b/python/swe/setup.py @@ -35,7 +35,7 @@ def scan_for_package_data( setup( name="swekit", - version="0.2.13", + version="0.2.14", author="Shubhra", author_email="shubhra@composio.dev", description="Tools for running a SWE agent using Composio platform",