-
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.0-rc.1 #986
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 ca14dfb in 15 seconds
More details
- Looked at
372
lines of code in17
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 updates the version numbers across multiple files, which is expected for a release candidate. However, there is a typo in the description of the LangGraph plugin.
Workflow ID: wflow_EToTFkU6TbvDPfzO
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
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.
❌ Changes requested. Incremental review on 1040ddc in 53 seconds
More details
- Looked at
150
lines of code in11
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_1CGXq8rJPLd3LHIH
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
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 233a130 in 36 seconds
More details
- Looked at
81
lines of code in6
files - Skipped
0
files when reviewing. - Skipped posting
6
drafted comments based on config settings.
1. python/plugins/claude/setup.py:25
- Draft comment:
The version constraint forcomposio_openai
should be>=0.5.0
instead of>=0.5.50
. - Reason this comment was not posted:
Comment did not seem useful.
2. python/plugins/crew_ai/setup.py:26
- Draft comment:
The version constraint forcomposio_langchain
should be>=0.5.0
instead of>=0.5.50
. - Reason this comment was not posted:
Comment did not seem useful.
3. python/plugins/julep/setup.py:25
- Draft comment:
The version constraint forcomposio_openai
should be>=0.5.0
instead of>=0.5.50
. - Reason this comment was not posted:
Marked as duplicate.
4. python/plugins/langgraph/setup.py:26
- Draft comment:
The version constraint forcomposio_langchain
should be>=0.5.0
instead of>=0.5.50
. - Reason this comment was not posted:
Marked as duplicate.
5. python/plugins/phidata/setup.py:27
- Draft comment:
The version constraint forcomposio_openai
should be>=0.5.0
instead of>=0.5.50
. - Reason this comment was not posted:
Marked as duplicate.
6. python/swe/setup.py:78
- Draft comment:
The version constraint forcomposio_langgraph
should be>=0.5.0
instead of>=0.5.50
. - Reason this comment was not posted:
Marked as duplicate.
Workflow ID: wflow_BSqniehUhJ1NRhmF
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
Update version to
0.6.0-rc.1
and adjust dependencies in core and plugin setup files for release candidate.0.6.0-rc.1
in__version__.py
andsetup.py
forcomposio_core
and all plugins (autogen
,camel
,claude
,crew_ai
,google
,griptape
,julep
,langchain
,langgraph
,llamaindex
,lyzr
,openai
,phidata
,praisonai
).0.3.1-rc.1
inswe/setup.py
.composio_core
dependency to>=0.5.0,<=0.6.0-rc.1
in all pluginsetup.py
files.composio_openai
dependency to>=0.5.0,<=0.6.0-rc.1
inclaude
,julep
, andphidata
plugins.composio_langchain
dependency to>=0.5.0,<=0.6.0-rc.1
increw_ai
andlanggraph
plugins.composio_langgraph
dependency to>=0.5.0,<=0.6.0-rc.1
inswe
plugin.This description was created by
for 233a130. It will automatically update as commits are pushed.