From 954c3b8c66f6777c0ce823466fd773053b902088 Mon Sep 17 00:00:00 2001 From: tushar-composio Date: Thu, 21 Nov 2024 03:46:02 -0800 Subject: [PATCH] Release v0.5.44 (#885) --- python/composio/__version__.py | 2 +- python/dockerfiles/Dockerfile | 2 +- python/dockerfiles/Dockerfile.computer | 2 +- python/dockerfiles/Dockerfile.computer.dev | 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/google/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 | 6 +++--- 21 files changed, 38 insertions(+), 38 deletions(-) diff --git a/python/composio/__version__.py b/python/composio/__version__.py index 1dac63e1914..88be6f46a92 100644 --- a/python/composio/__version__.py +++ b/python/composio/__version__.py @@ -1 +1 @@ -__version__ = "0.5.43" +__version__ = "0.5.44" diff --git a/python/dockerfiles/Dockerfile b/python/dockerfiles/Dockerfile index 538cc2e0db2..2922b0c865f 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.43 fastapi playwright uvicorn +RUN python -m pip install composio-core[all]==0.5.44 fastapi playwright uvicorn # Install playwright deps RUN playwright install-deps diff --git a/python/dockerfiles/Dockerfile.computer b/python/dockerfiles/Dockerfile.computer index e8e430d3e36..c372f435f9b 100644 --- a/python/dockerfiles/Dockerfile.computer +++ b/python/dockerfiles/Dockerfile.computer @@ -64,7 +64,7 @@ RUN /bin/python3 -m venv .composio/venv RUN export PATH=$PATH:$(pwd)/.composio/venv/bin # Install composio -RUN python3 -m pip install composio-core[all]==0.5.43 fastapi playwright uvicorn pyautogui +RUN python3 -m pip install composio-core[all]==0.5.44 fastapi playwright uvicorn pyautogui # Install playwright deps RUN playwright install-deps diff --git a/python/dockerfiles/Dockerfile.computer.dev b/python/dockerfiles/Dockerfile.computer.dev index 642ff7fcd7d..c13e5e8f270 100644 --- a/python/dockerfiles/Dockerfile.computer.dev +++ b/python/dockerfiles/Dockerfile.computer.dev @@ -70,7 +70,7 @@ RUN /bin/python3 -m venv .composio/venv RUN export PATH=$PATH:$(pwd)/.composio/venv/bin # Install composio -RUN python3 -m pip install composio-core[all]==0.5.43 fastapi playwright uvicorn pyautogui +RUN python3 -m pip install composio-core[all]==0.5.44 fastapi playwright uvicorn pyautogui # Install playwright deps RUN playwright install-deps diff --git a/python/dockerfiles/Dockerfile.dev b/python/dockerfiles/Dockerfile.dev index 18d55465a49..2f0bc81e3f2 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.43 fastapi playwright uvicorn +RUN python -m pip install composio-core[all]==0.5.44 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 1196c32c535..0e03aa7b80c 100644 --- a/python/plugins/autogen/setup.py +++ b/python/plugins/autogen/setup.py @@ -9,7 +9,7 @@ setup( name="composio_autogen", - version="0.5.43", + version="0.5.44", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Autogen agent.", @@ -23,7 +23,7 @@ ], python_requires=">=3.9,<4", install_requires=[ - "composio_core>=0.5.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", "pyautogen>=0.2.19", "flaml==2.2.0", ], diff --git a/python/plugins/camel/setup.py b/python/plugins/camel/setup.py index 5e3e64835b2..b9f5adf02ad 100644 --- a/python/plugins/camel/setup.py +++ b/python/plugins/camel/setup.py @@ -9,7 +9,7 @@ setup( name="composio_camel", - version="0.5.43", + version="0.5.44", author="Sawradip", author_email="sawradip@composio.dev", description="Use Composio to get an array of tools with your Claude LLMs.", @@ -23,7 +23,7 @@ ], python_requires=">=3.9,<4", install_requires=[ - "composio_core>=0.5.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", "camel-ai>=0.1.5.7,<=0.2.2", "pillow", ], diff --git a/python/plugins/claude/setup.py b/python/plugins/claude/setup.py index 0f02d09d449..718dc322e51 100644 --- a/python/plugins/claude/setup.py +++ b/python/plugins/claude/setup.py @@ -9,7 +9,7 @@ setup( name="composio_claude", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", "anthropic>=0.25.7"], + install_requires=["composio_openai>=0.5.40,<=0.5.44", "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 169e79bda5f..7e9d64db89e 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.43", + version="0.5.44", 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.40,<=0.5.43", "crewai>=0.51.0,<=0.75.0"], + install_requires=["composio_langchain>=0.5.40,<=0.5.44", "crewai>=0.51.0,<=0.75.0"], include_package_data=True, ) diff --git a/python/plugins/google/setup.py b/python/plugins/google/setup.py index 3e041c2b0f2..d9e6b10e560 100644 --- a/python/plugins/google/setup.py +++ b/python/plugins/google/setup.py @@ -9,7 +9,7 @@ setup( name="composio_google", - version="0.5.43", + version="0.5.44", author="Assistant", author_email="karan@composio.dev", description="Use Composio to get an array of tools with your Google AI Python Gemini model.", @@ -23,7 +23,7 @@ ], python_requires=">=3.9,<4", install_requires=[ - "composio_core>=0.5.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", "google-cloud-aiplatform>=1.38.0", ], include_package_data=True, diff --git a/python/plugins/griptape/setup.py b/python/plugins/griptape/setup.py index cee0391ec81..3c894109e7e 100644 --- a/python/plugins/griptape/setup.py +++ b/python/plugins/griptape/setup.py @@ -9,7 +9,7 @@ setup( name="composio_griptape", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", "griptape>=0.24.2"], + install_requires=["composio_core>=0.5.40,<=0.5.44", "griptape>=0.24.2"], include_package_data=True, ) diff --git a/python/plugins/julep/setup.py b/python/plugins/julep/setup.py index 2c14ebbb021..8f96e87dc81 100644 --- a/python/plugins/julep/setup.py +++ b/python/plugins/julep/setup.py @@ -9,7 +9,7 @@ setup( name="composio_julep", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", "julep>=0.3.2"], + install_requires=["composio_openai>=0.5.40,<=0.5.44", "julep>=0.3.2"], include_package_data=True, ) diff --git a/python/plugins/langchain/setup.py b/python/plugins/langchain/setup.py index 32dced181da..483bed2881d 100644 --- a/python/plugins/langchain/setup.py +++ b/python/plugins/langchain/setup.py @@ -9,7 +9,7 @@ setup( name="composio_langchain", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", ], include_package_data=True, ) diff --git a/python/plugins/langgraph/setup.py b/python/plugins/langgraph/setup.py index 1292875792c..f72c383051d 100644 --- a/python/plugins/langgraph/setup.py +++ b/python/plugins/langgraph/setup.py @@ -9,7 +9,7 @@ setup( name="composio_langgraph", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", + "composio_langchain>=0.5.40,<=0.5.44", "langgraph", ], include_package_data=True, diff --git a/python/plugins/llamaindex/setup.py b/python/plugins/llamaindex/setup.py index 8ba6bd9adfd..736f5f57dc0 100644 --- a/python/plugins/llamaindex/setup.py +++ b/python/plugins/llamaindex/setup.py @@ -9,7 +9,7 @@ setup( name="composio_llamaindex", - version="0.5.43", + version="0.5.44", 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_core>=0.5.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", ], include_package_data=True, ) diff --git a/python/plugins/lyzr/setup.py b/python/plugins/lyzr/setup.py index bbf81e26b63..d97dc798a8f 100644 --- a/python/plugins/lyzr/setup.py +++ b/python/plugins/lyzr/setup.py @@ -9,7 +9,7 @@ setup( name="composio_lyzr", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", "langchain>=0.1.0", ], include_package_data=True, diff --git a/python/plugins/openai/setup.py b/python/plugins/openai/setup.py index 418dfaaa59f..978037a58af 100644 --- a/python/plugins/openai/setup.py +++ b/python/plugins/openai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_openai", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", "openai"], + install_requires=["composio_core>=0.5.40,<=0.5.44", "openai"], include_package_data=True, ) diff --git a/python/plugins/phidata/setup.py b/python/plugins/phidata/setup.py index 43bcd9b7e6d..53f715f8bea 100644 --- a/python/plugins/phidata/setup.py +++ b/python/plugins/phidata/setup.py @@ -9,7 +9,7 @@ setup( name="composio_phidata", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", - "composio_openai>=0.5.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", + "composio_openai>=0.5.40,<=0.5.44", "phidata", ], include_package_data=True, diff --git a/python/plugins/praisonai/setup.py b/python/plugins/praisonai/setup.py index e9f0193ec84..ee695e03eba 100644 --- a/python/plugins/praisonai/setup.py +++ b/python/plugins/praisonai/setup.py @@ -9,7 +9,7 @@ setup( name="composio_praisonai", - version="0.5.43", + version="0.5.44", 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.40,<=0.5.43", "PraisonAI>=0.0.2"], + install_requires=["composio_core>=0.5.40,<=0.5.44", "PraisonAI>=0.0.2"], include_package_data=True, ) diff --git a/python/setup.py b/python/setup.py index 8f886aa91cd..fa3302e305c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -90,7 +90,7 @@ def scan_for_package_data( setup( name="composio_core", - version="0.5.43", + version="0.5.44", 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 6761bec9ef1..e30a37f3a6e 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.41", + version="0.2.42", author="Shubhra", author_email="shubhra@composio.dev", description="Tools for running a SWE agent using Composio platform", @@ -66,7 +66,7 @@ def scan_for_package_data( "swebench==2.1.0", "datasets>=2.20.0", "gitpython>=3.1.43", - "composio_core>=0.5.40,<=0.5.43", + "composio_core>=0.5.40,<=0.5.44", "unidiff==0.7.5", "tqdm==4.66.4", "rich", @@ -75,7 +75,7 @@ def scan_for_package_data( "langgraph": [ "langchain-aws==0.1.17", "langgraph>=0.2.16", - "composio_langgraph>=0.5.40,<=0.5.43", + "composio_langgraph>=0.5.40,<=0.5.44", "python-dotenv==1.0.1", ] },