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

feat: add __init__.py everywhere to include sub-modules in composio core and bump to 0.3.6 #87

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

utkarsh-dixit
Copy link
Collaborator

@utkarsh-dixit utkarsh-dixit commented Jun 1, 2024

🚀 This description was created by Ellipsis for commit 5c7b107

Summary:

Added __init__.py files for package recognition and updated version numbers across composio_core and plugins to 0.3.6.

Key points:

  • Added __init__.py to various sub-modules in composio for package recognition.
  • Bumped version of composio_core and all dependent plugins from 0.3.5 to 0.3.6.
  • Updated import statements in composio/local_tools/mathematical/tool.py for consistency.

Generated with ❤️ by ellipsis.dev

@himanshu-dixit himanshu-dixit merged commit 7e050aa into master Jun 1, 2024
1 of 2 checks passed
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 5c7b107 in 1 minute and 13 seconds

More details
  • Looked at 218 lines of code in 13 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. composio/local_tools/mathematical/actions/__init__.py:1
  • Draft comment:
    Directly importing Calculator in the __init__.py file might not be necessary and could lead to unnecessary imports when the module is loaded, potentially slowing down the import time. Consider removing this import unless it's essential for all users of the module.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_newNDJ0Ex373YBea


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

6 days left in your free trial, upgrade for $20/seat/month or contact us.

@himanshu-dixit himanshu-dixit deleted the ft-package-fix branch June 1, 2024 11:22
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