Skip to content

Commit

Permalink
Merge pull request #114 from ComposioHQ/ft-0.3.9-rc-2
Browse files Browse the repository at this point in the history
feat: bump to 0.3.9-rc.2
  • Loading branch information
utkarsh-dixit committed Jun 7, 2024
2 parents f6edb63 + bdea2bf commit 1d268b3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions plugins/autogen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_autogen",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Autogen agent.",
Expand All @@ -22,6 +22,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9,<4",
install_requires=["composio_core===0.3.9-rc.1", "pyautogen>=0.2.19"],
install_requires=["composio_core===0.3.9-rc.2", "pyautogen>=0.2.19"],
include_package_data=True,
)
4 changes: 2 additions & 2 deletions plugins/claude/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_claude",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Claude LLMs.",
Expand All @@ -22,6 +22,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9,<4",
install_requires=["composio_openai===0.3.9-rc.1", "anthropic>=0.25.7"],
install_requires=["composio_openai===0.3.9-rc.2", "anthropic>=0.25.7"],
include_package_data=True,
)
4 changes: 2 additions & 2 deletions plugins/crew_ai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_crewai",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Himanshu",
author_email="[email protected]",
description="Use Composio to get an array of tools with your CrewAI agent.",
Expand All @@ -22,6 +22,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9,<4",
install_requires=["composio_langchain===0.3.9-rc.1"],
install_requires=["composio_langchain===0.3.9-rc.2"],
include_package_data=True,
)
4 changes: 2 additions & 2 deletions plugins/griptape/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_griptape",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Griptape wokflow.",
Expand All @@ -22,6 +22,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9,<4",
install_requires=["composio_core===0.3.9-rc.1", "griptape>=0.24.2"],
install_requires=["composio_core===0.3.9-rc.2", "griptape>=0.24.2"],
include_package_data=True,
)
4 changes: 2 additions & 2 deletions plugins/julep/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_julep",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Julep wokflow.",
Expand All @@ -22,6 +22,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9,<4",
install_requires=["composio_openai===0.3.9-rc.1", "julep>=0.3.2"],
install_requires=["composio_openai===0.3.9-rc.2", "julep>=0.3.2"],
include_package_data=True,
)
4 changes: 2 additions & 2 deletions plugins/langchain/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_langchain",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Karan",
author_email="[email protected]",
description="Use Composio to get an array of tools with your LangChain agent.",
Expand All @@ -27,7 +27,7 @@
"langchain-openai>=0.0.2.post1",
"pydantic>=2.6.4",
"langchainhub>=0.1.15",
"composio_core===0.3.9-rc.1",
"composio_core===0.3.9-rc.2",
],
include_package_data=True,
)
4 changes: 2 additions & 2 deletions plugins/lyzr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_lyzr",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Lyzr workflow.",
Expand All @@ -25,7 +25,7 @@
install_requires=[
"lyzr-automata>=0.1.3",
"pydantic>=2.6.4",
"composio_core===0.3.9-rc.1",
"composio_core===0.3.9-rc.2",
"langchain>=0.1.0",
],
include_package_data=True,
Expand Down
4 changes: 2 additions & 2 deletions plugins/openai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_openai",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your OpenAI Function Call.",
Expand All @@ -22,6 +22,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9,<4",
install_requires=["composio_core===0.3.9-rc.1"],
install_requires=["composio_core===0.3.9-rc.2"],
include_package_data=True,
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="composio_core",
version="0.3.9-rc.1",
version="0.3.9-rc.2",
author="Utkarsh",
author_email="[email protected]",
description="Core package to act as a bridge between composio platform and other services.",
Expand Down

0 comments on commit 1d268b3

Please sign in to comment.