Skip to content

fix: Update composio deps to v0.8.5, remove core (nightly fix)#9585

Merged
Cristhianzl merged 1 commit into
mainfrom
cz/fix-composio-version
Aug 28, 2025
Merged

fix: Update composio deps to v0.8.5, remove core (nightly fix)#9585
Cristhianzl merged 1 commit into
mainfrom
cz/fix-composio-version

Conversation

@Cristhianzl
Copy link
Copy Markdown
Member

@Cristhianzl Cristhianzl commented Aug 28, 2025

This pull request updates the dependencies in pyproject.toml to use specific versions of composio and composio-langchain, and removes the composio-core dependency.

Dependency updates:

  • Changed composio and composio-langchain to use the exact version 0.8.5 instead of a version range.
  • Removed the composio-core dependency from the project.

Summary by CodeRabbit

  • Chores
    • Pinned composio and composio-langchain to version 0.8.5 for more predictable installs.
    • Removed composio-core dependency.
    • Switched from version ranges to exact version pins to reduce unexpected changes and improve stability.

…osio-core dependencies to version 0.8.5 to resolve compatibility issues
@Cristhianzl Cristhianzl self-assigned this Aug 28, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Aug 28, 2025

Walkthrough

Dependency versions in pyproject.toml were changed from ranged constraints to exact pins for composio and composio-langchain, and the composio-core dependency was removed. No other files or exports were changed.

Changes

Cohort / File(s) Summary
Dependency pinning
pyproject.toml
Replaced composio>=0.8.9,<1.0.0, composio-langchain>=0.8.9,<1.0.0, composio-core>=0.7.2,<1.0.0 with pinned composio==0.8.5, composio-langchain==0.8.5; removed composio-core.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

bug, lgtm

Suggested reviewers

  • jordanrfrazier

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch cz/fix-composio-version

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbit in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbit in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbit gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbit read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbit help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbit ignore or @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbit summary or @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbit or @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions Bot added the bug Something isn't working label Aug 28, 2025
@sonarqubecloud
Copy link
Copy Markdown

@github-actions github-actions Bot added lgtm This PR has been approved by a maintainer bug Something isn't working and removed bug Something isn't working labels Aug 28, 2025
@Cristhianzl Cristhianzl added the fast-track Skip tests and sends PR into the merge queue label Aug 28, 2025
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
pyproject.toml (1)

69-70: Exact pin to 0.8.5 looks like a downgrade from 0.8.9 range; prefer allowing patch updates (hotfix-ready) via ~=.

Keeps the nightly fix intention while restoring bugfix cadence and reducing churn.

Apply:

-    "composio==0.8.5",
-    "composio-langchain==0.8.5",
+    "composio~=0.8.5",
+    "composio-langchain~=0.8.5",
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between fafdc36 and 29e79b0.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pyproject.toml (1 hunks)
🔇 Additional comments (2)
pyproject.toml (2)

69-70: Safe removal of composio-core confirmed – no composio_core or composio.core imports found; only composio and composio-langchain remain in pyproject.toml.


69-70: Verified compatibility: Python 3.13 supported; composio-langchain requires “langchain” unbounded—add “langchain==0.3.23” to your pyproject if strict pinning is needed.

@Cristhianzl Cristhianzl disabled auto-merge August 28, 2025 14:43
@Cristhianzl Cristhianzl merged commit efb554a into main Aug 28, 2025
22 of 23 checks passed
@Cristhianzl Cristhianzl deleted the cz/fix-composio-version branch August 28, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working fast-track Skip tests and sends PR into the merge queue lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants