-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Update `composio` package version to `0.5.40` and align dependencies across Dockerfiles and plugin setup files. > > - **Version Updates**: > - Update `__version__` to `0.5.40` in `__init__.py`. > - Update `composio-core` version to `0.5.40` in `Dockerfile`, `Dockerfile.computer`, `Dockerfile.computer.dev`, and `Dockerfile.dev`. > - Update `composio_core` dependency to `<=0.5.40` in `setup.py` files for plugins: `autogen`, `camel`, `claude`, `crew_ai`, `google`, `griptape`, `julep`, `langchain`, `langgraph`, `llamaindex`, `lyzr`, `openai`, `phidata`, `praisonai`. > - Update `swekit` version to `0.2.38` in `swe/setup.py`. > - **Dependency Updates**: > - Update `composio_openai` dependency to `<=0.5.40` in `setup.py` files for plugins: `claude`, `julep`, `phidata`. > - Update `composio_langchain` dependency to `<=0.5.40` in `setup.py` files for plugins: `crew_ai`, `langgraph`. > - Update `composio_langgraph` dependency to `<=0.5.40` in `swe/setup.py`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=SamparkAI%2Fcomposio&utm_source=github&utm_medium=referral)<sup> for 54e25e1. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
a204712
commit 366e5be
Showing
21 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_autogen", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
"pyautogen>=0.2.19", | ||
"flaml==2.2.0", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_camel", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
"camel-ai>=0.1.5.7", | ||
"pillow", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_claude", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", "anthropic>=0.25.7"], | ||
install_requires=["composio_openai>=0.5.30,<=0.5.40", "anthropic>=0.25.7"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_crewai", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Himanshu", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", "crewai"], | ||
install_requires=["composio_langchain>=0.5.30,<=0.5.40", "crewai"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_google", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Assistant", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
"google-cloud-aiplatform>=1.38.0", | ||
], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_griptape", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", "griptape>=0.24.2"], | ||
install_requires=["composio_core>=0.5.30,<=0.5.40", "griptape>=0.24.2"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_julep", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", "julep>=0.3.2"], | ||
install_requires=["composio_openai>=0.5.30,<=0.5.40", "julep>=0.3.2"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_langchain", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Karan", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_langgraph", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_langchain>=0.5.30,<=0.5.40", | ||
"langgraph", | ||
], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_llamaindex", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_lyzr", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
"langchain>=0.1.0", | ||
], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_openai", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", "openai"], | ||
install_requires=["composio_core>=0.5.30,<=0.5.40", "openai"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_phidata", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_openai>=0.5.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
"composio_openai>=0.5.30,<=0.5.40", | ||
"phidata", | ||
], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_praisonai", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", "PraisonAI>=0.0.2"], | ||
install_requires=["composio_core>=0.5.30,<=0.5.40", "PraisonAI>=0.0.2"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ def scan_for_package_data( | |
|
||
setup( | ||
name="composio_core", | ||
version="0.5.39", | ||
version="0.5.40", | ||
author="Utkarsh", | ||
author_email="[email protected]", | ||
description="Core package to act as a bridge between composio platform and other services.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ def scan_for_package_data( | |
|
||
setup( | ||
name="swekit", | ||
version="0.2.37", | ||
version="0.2.38", | ||
author="Shubhra", | ||
author_email="[email protected]", | ||
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.30,<=0.5.39", | ||
"composio_core>=0.5.30,<=0.5.40", | ||
"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.30,<=0.5.39", | ||
"composio_langgraph>=0.5.30,<=0.5.40", | ||
"python-dotenv==1.0.1", | ||
] | ||
}, | ||
|