Skip to content

Commit

Permalink
chore: Release v0.6.9 (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-composio authored Dec 31, 2024
1 parent a04fe24 commit 692ee6c
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion python/composio/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.8"
__version__ = "0.6.9"
2 changes: 2 additions & 0 deletions python/composio/client/enums/action.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5636,6 +5636,7 @@ class Action(Enum[ActionData], metaclass=EnumGenerator):
PEOPLEDATALABS_CLEAN_COMPANY_DATA: "Action"
PEOPLEDATALABS_CLEAN_LOCATION_DATA: "Action"
PEOPLEDATALABS_CLEAN_SCHOOL_DATA: "Action"
PEOPLEDATALABS_COMPANY_SEARCH_ELASTIC: "Action"
PEOPLEDATALABS_ENRICH_COMPANY_DATA: "Action"
PEOPLEDATALABS_ENRICH_IP_DATA: "Action"
PEOPLEDATALABS_ENRICH_PERSON_DATA: "Action"
Expand All @@ -5644,6 +5645,7 @@ class Action(Enum[ActionData], metaclass=EnumGenerator):
PEOPLEDATALABS_GET_SCHEMA: "Action"
PEOPLEDATALABS_IDENTIFY_PERSON_DATA: "Action"
PEOPLEDATALABS_NATURAL_LANGUAGE_QUERY_ACTION: "Action"
PEOPLEDATALABS_PEOPLE_SEARCH_ELASTIC: "Action"
PERPLEXITYAI_PERPLEXITY_AI_SEARCH: "Action"
PIPEDRIVE_ADD_AN_ACTIVITY: "Action"
PIPEDRIVE_ADD_AN_INSTALLMENT_SUBSCRIPTION: "Action"
Expand Down
5 changes: 4 additions & 1 deletion python/composio/client/enums/trigger.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ class Trigger(Enum[TriggerData], metaclass=EnumGenerator):
NOTION_PAGE_ADDED_TO_DATABASE: "Trigger"
NOTION_PAGE_ADDED_TRIGGER: "Trigger"
NOTION_PAGE_UPDATED_TRIGGER: "Trigger"
ONE_DRIVE_ONE_DRIVE_ITEM_TRIGGER: "Trigger"
ONE_DRIVE_ONE_DRIVE_DELETED_TRIGGER: "Trigger"
ONE_DRIVE_ONE_DRIVE_FILE_CREATED_TRIGGER: "Trigger"
ONE_DRIVE_ONE_DRIVE_FOLDER_CREATED_TRIGGER: "Trigger"
ONE_DRIVE_ONE_DRIVE_UPDATED_TRIGGER: "Trigger"
OUTLOOK_OUTLOOK_CONTACT_TRIGGER: "Trigger"
OUTLOOK_OUTLOOK_EVENT_TRIGGER: "Trigger"
OUTLOOK_OUTLOOK_MESSAGE_TRIGGER: "Trigger"
Expand Down
2 changes: 1 addition & 1 deletion python/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.8 fastapi playwright uvicorn
RUN python -m pip install composio-core[all]==0.6.9 fastapi playwright uvicorn

# Install playwright deps
RUN playwright install-deps
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Autogen agent.",
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/camel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_camel",
version="0.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Claude LLMs.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Claude LLMs.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Himanshu",
author_email="[email protected]",
description="Use Composio to get an array of tools with your CrewAI agent.",
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/google/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_google",
version="0.6.8",
version="0.6.9",
author="Assistant",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Google AI Python Gemini model.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Griptape workflow.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Julep workflow.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Karan",
author_email="[email protected]",
description="Use Composio to get an array of tools with your LangChain agent.",
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/langgraph/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_langgraph",
version="0.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get array of tools with LangGraph Agent Workflows",
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/llamaindex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_llamaindex",
version="0.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your LlamaIndex agent.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Lyzr workflow.",
Expand Down
2 changes: 1 addition & 1 deletion python/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.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your OpenAI Function Call.",
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/phidata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_phidata",
version="0.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio to get an array of tools with your Phidata Plugin.",
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/praisonai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="composio_praisonai",
version="0.6.8",
version="0.6.9",
author="Sawradip",
author_email="[email protected]",
description="Use Composio Tools to enhance your PraisonAI agents capabilities.",
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def scan_for_package_data(

setup(
name="composio_core",
version="0.6.8",
version="0.6.9",
author="Utkarsh",
author_email="[email protected]",
description="Core package to act as a bridge between composio platform and other services.",
Expand Down
2 changes: 1 addition & 1 deletion python/swe/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def scan_for_package_data(

setup(
name="swekit",
version="0.3.9",
version="0.3.10",
author="Shubhra",
author_email="[email protected]",
description="Tools for running a SWE agent using Composio platform",
Expand Down

0 comments on commit 692ee6c

Please sign in to comment.