Skip to content
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.5 #1056

Merged
merged 1 commit into from
Dec 20, 2024
Merged

chore: Release v0.6.5 #1056

merged 1 commit into from
Dec 20, 2024

Conversation

tushar-composio
Copy link
Collaborator

@tushar-composio tushar-composio commented Dec 20, 2024

🔍 Review Summary

Release Note: Version 0.6.5

Purpose:

  • Maintenance release for version uniformity across the Composio platform without feature changes or bug fixes.

Changes:

  • Chore:
    • Updated core package and plugin versions in various setup files and Dockerfile to ensure consistency.

Impact:

  • Enhances software version uniformity, supporting future maintainability of the Composio platform.
Original Description

No existing description found

Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
composio 🔄 Building (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 10:41am

@tushar-composio tushar-composio merged commit 2f1be13 into master Dec 20, 2024
4 of 5 checks passed
@tushar-composio tushar-composio deleted the release/v0.6.5 branch December 20, 2024 10:42
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a 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 41465d9 in 10 seconds

More details
  • Looked at 245 lines of code in 18 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 description: "LnagGraph" should be "LangGraph".
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR is primarily about updating version numbers across various files. However, there is a typo in the description of the LangGraph plugin setup file.

Workflow ID: wflow_TDzPNzmcvMKqJvSM


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link

Walkthrough

This PR implements a version update across the Composio platform, moving from version 0.6.4 to 0.6.5. The update spans the core package, all plugins, and the Dockerfile, ensuring uniformity in versioning. This is a maintenance release with no new features or bug fixes.

Changes

File(s) Summary
python/composio/__version__.py, python/setup.py Updated core package version from 0.6.4 to 0.6.5.
python/dockerfiles/Dockerfile Updated Composio-core version in pip install command from 0.6.4 to 0.6.5.
python/plugins/*/setup.py Updated plugin versions from 0.6.4 to 0.6.5 across all plugins.
python/swe/setup.py Updated version from 0.3.5 to 0.3.6.

🔗 Related PRs

Instructions

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @bot + *your message*
Example: @bot Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @bot + *feedback*
Example: @bot Do not comment on `save_auth` function !

Execute a command using the format:

@bot + */command*

Example: @bot /updateCommit

Available Commands:

  • /updateCommit ✨: Apply the suggested changes and commit them (or Click on the Github Action button to apply the changes !)
  • /updateGuideline 🛠️: Modify an existing guideline.
  • /addGuideline ➕: Introduce a new guideline.

Tips for Using @bot Effectively:

  • Specific Queries: For the best results, be specific with your requests.
    🔍 Example: @bot summarize the changes in this PR.
  • Focused Discussions: Tag @bot directly on specific code lines or files for detailed feedback.
    📑 Example: @bot review this line of code.
  • Managing Reviews: Use review comments for targeted discussions on code snippets, and PR comments for broader queries about the entire PR.
    💬 Example: @bot comment on the entire PR.

Need More Help?

📚 Visit our documentation for detailed guides on using Entelligence.AI.
🌐 Join our community to connect with others, request features, and share feedback.
🔔 Follow us for updates on new features and improvements.

@@ -9,7 +9,7 @@

setup(
name="composio_griptape",
version="0.6.4",
version="0.6.5",
author="Sawradip",
author_email="sawradip@composio.dev",
description="Use Composio to get an array of tools with your Griptape wokflow.",
Copy link
Collaborator

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"

@@ -9,7 +9,7 @@

setup(
name="composio_julep",
version="0.6.4",
version="0.6.5",
author="Sawradip",
author_email="sawradip@composio.dev",
description="Use Composio to get an array of tools with your Julep wokflow.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same typo here: "wokflow" should be "workflow"

@@ -9,7 +9,7 @@

setup(
name="composio_langgraph",
version="0.6.4",
version="0.6.5",
author="Sawradip",
author_email="sawradip@composio.dev",
description="Use Composio to get array of tools with LnagGraph Agent Workflows",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in description: "LnagGraph" should be "LangGraph"

@shreysingla11
Copy link
Collaborator

Code Review Summary

The version bump changes look good overall. All version numbers have been updated consistently across the codebase:

  • Core version bump from 0.6.4 to 0.6.5
  • All plugins updated to match core version
  • SWE package version bump from 0.3.5 to 0.3.6
  • Docker image version updated

Found a few typos in plugin descriptions that should be fixed:

  1. "wokflow" → "workflow" in griptape/setup.py
  2. "wokflow" → "workflow" in julep/setup.py
  3. "LnagGraph" → "LangGraph" in langgraph/setup.py

Other than these minor text issues, the version bump implementation is correct and follows the established patterns in the codebase. The changes are consistent with the semantic versioning system in place.

Rating: ⭐⭐⭐⭐ (4/5) - Good implementation with minor text fixes needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants