-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Release v0.6.6 #1079
chore: Release v0.6.6 #1079
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to bd2de87 in 12 seconds
More details
- Looked at
245
lines of code in18
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. python/plugins/langgraph/setup.py:15
- Draft comment:
Typo in the description: "LnagGraph" should be "LangGraph". - Reason this comment was not posted:
Confidence changes required:50%
The PR is primarily about version updates across multiple files. However, there is a typo in the description of the langgraph plugin setup file.
Workflow ID: wflow_Cbkq4vyDGmQO45Jw
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
WalkthroughThis PR updates the Composio platform from version 0.6.5 to 0.6.6, ensuring consistent versioning across core components and plugins. The Dockerfile has been modified to install the updated core package, aligning all dependencies with the latest release. Additionally, the Changes
🔗 Related PRs
InstructionsEmoji Descriptions:
Interact with the Bot:
Execute a command using the format:
Available Commands:
Tips for Using @bot Effectively:
Need More Help?📚 Visit our documentation for detailed guides on using Entelligence.AI. |
python/plugins/griptape/setup.py
Outdated
@@ -9,7 +9,7 @@ | |||
|
|||
setup( | |||
name="composio_griptape", | |||
version="0.6.5", | |||
version="0.6.6", | |||
author="Sawradip", | |||
author_email="sawradip@composio.dev", | |||
description="Use Composio to get an array of tools with your Griptape wokflow.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in the description: "wokflow" should be "workflow"
python/plugins/julep/setup.py
Outdated
@@ -9,7 +9,7 @@ | |||
|
|||
setup( | |||
name="composio_julep", | |||
version="0.6.5", | |||
version="0.6.6", | |||
author="Sawradip", | |||
author_email="sawradip@composio.dev", | |||
description="Use Composio to get an array of tools with your Julep wokflow.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in the description: "wokflow" should be "workflow"
python/plugins/langgraph/setup.py
Outdated
@@ -9,7 +9,7 @@ | |||
|
|||
setup( | |||
name="composio_langgraph", | |||
version="0.6.5", | |||
version="0.6.6", | |||
author="Sawradip", | |||
author_email="sawradip@composio.dev", | |||
description="Use Composio to get array of tools with LnagGraph Agent Workflows", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in the description: "LnagGraph" should be "LangGraph"
Review SummaryVersion Updates
Issues Found
Overall, the version bump changes look correct, but please fix the typos and ensure compliance with the release process documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on d1786b2 in 17 seconds
More details
- Looked at
41
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
3
drafted comments based on config settings.
1. python/plugins/langgraph/setup.py:15
- Draft comment:
description="Use Composio to get an array of tools with LangGraph Agent Workflows",
- Reason this comment was not posted:
Confidence changes required:50%
The description in the setup.py files for the plugins has a minor grammatical issue. It should be 'an array of tools' instead of 'array of tools'.
2. python/plugins/julep/setup.py:15
- Draft comment:
description="Use Composio to get an array of tools with your Julep workflow.",
- Reason this comment was not posted:
Confidence changes required:50%
The description in the setup.py files for the plugins has a minor grammatical issue. It should be 'an array of tools' instead of 'array of tools'.
3. python/plugins/griptape/setup.py:15
- Draft comment:
description="Use Composio to get an array of tools with your Griptape workflow.",
- Reason this comment was not posted:
Confidence changes required:50%
The description in the setup.py files for the plugins has a minor grammatical issue. It should be 'an array of tools' instead of 'array of tools'.
Workflow ID: wflow_dC0zHYgWj3S7qnix
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
🔍 Review Summary
Release Note
Purpose:
Changes:
swe
component to 0.3.7 for dependency alignment.Impact:
Original Description