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

fake v0.7 release #1045

Closed
wants to merge 5 commits into from
Closed

fake v0.7 release #1045

wants to merge 5 commits into from

Conversation

tushar-composio
Copy link
Collaborator

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

🔍 Review Summary

Purpose

The goal of this release is to update the Composio platform and its plugins to version 0.7.0 to enhance version consistency and extend the compatibility range for dependencies.

Changes

  • New Feature

    • The entire platform and plugins are now running on version 0.7.0.
  • Documentation

    • Updated the version number to 0.7.0 across multiple setup files.
    • Revised Docker file instructions to reflect the new version.
  • Enhancement

    • Expanded dependency range for composio_core and related components, including composio_openai, composio_langchain, and composio_langgraph, to support versions up to 0.8.0.

Impact

This release facilitates maintaining the system with proper version traceability and provides improved functionality through increased compatibility with more recent versions of dependencies.

Original Description

No existing description found

Copy link

vercel bot commented Dec 19, 2024

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

Name Status Preview Comments Updated (UTC)
composio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 1:34pm

Copy link

Walkthrough

Final Walkthrough

The release of version 0.7.0 for the Composio platform and its plugins introduces several key updates:

  • Version Updates: The version number has been updated to 0.7.0 across multiple setup files and the Dockerfile, ensuring consistency and alignment with the new release.
  • Dependency Range Expansion: The dependency range for composio_core and other related components has been expanded to allow compatibility with versions up to 0.8.0. This change enhances the platform's compatibility and functionality.

These updates ensure that all plugins and core components are synchronized with the latest version, promoting improved compatibility and functionality across the platform.

Changes

File(s) Summary
python/composio/__version__.py, python/setup.py Updated version to 0.7.0.
python/dockerfiles/Dockerfile Updated composio-core version in pip install command to 0.7.0.
python/plugins/autogen/setup.py, python/plugins/camel/setup.py, python/plugins/google/setup.py, python/plugins/griptape/setup.py, python/plugins/llamaindex/setup.py, python/plugins/lyzr/setup.py, python/plugins/openai/setup.py, python/plugins/praisonai/setup.py Updated version to 0.7.0 and expanded composio_core dependency range to <0.8.0.
python/plugins/claude/setup.py, python/plugins/julep/setup.py Updated version to 0.7.0 and expanded composio_openai dependency range to <0.8.0.
python/plugins/crew_ai/setup.py, python/plugins/langgraph/setup.py, python/swe/setup.py Updated version to 0.7.0 and expanded composio_langchain and composio_langgraph dependency ranges to <0.8.0.
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.3",
version="0.7.0",
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_langgraph",
version="0.6.3",
version="0.7.0",
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.

There's a typo in the description: "LnagGraph" should be "LangGraph"

@shreysingla11
Copy link
Collaborator

Code Review Summary

Version Updates

✅ All version numbers consistently updated from 0.6.3 to 0.7.0
✅ Dependencies updated to support composio_core up to 0.8.0
✅ Docker image configuration updated correctly

Suggestions for Improvement

  1. Found typos in package descriptions:

    • Griptape plugin: "wokflow" → "workflow"
    • LangGraph plugin: "LnagGraph" → "LangGraph"
  2. Documentation:

    • Consider adding a CHANGELOG.md entry for v0.7.0
    • Consider documenting any breaking changes or new features

Overall Assessment

The changes are well-structured and maintain consistency across all components. The version bump and dependency updates follow good practices. Minor typos should be fixed, but otherwise the changes look good to merge.

Rating: 8/10 - Clean version bump with consistent changes, just needs minor text fixes.

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