-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: bump version to 3.9-rc.1 #103
Conversation
PR Review 🔍
|
PR Code Suggestions ✨
|
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 b8d9fa7 in 2 minutes and 10 seconds
More details
- Looked at
192
lines of code in9
files - Skipped
0
files when reviewing. - Skipped posting
8
drafted comments based on config settings.
1. plugins/autogen/setup.py:25
- Draft comment:
Consider using a more flexible version specifier forcomposio_core
to avoid potential issues with strict version matching in different environments. For example:
install_requires=["composio_core>=0.3.9-rc.1,<0.3.10", "pyautogen>=0.2.19"],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
2. plugins/claude/setup.py:25
- Draft comment:
Consider using a more flexible version specifier forcomposio_openai
to avoid potential issues with strict version matching in different environments. For example:
install_requires=["composio_openai>=0.3.9-rc.1,<0.3.10", "anthropic>=0.25.7"],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
3. plugins/crew_ai/setup.py:25
- Draft comment:
Consider using a more flexible version specifier forcomposio_langchain
to avoid potential issues with strict version matching in different environments. For example:
install_requires=["composio_langchain>=0.3.9-rc.1,<0.3.10"],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
4. plugins/griptape/setup.py:25
- Draft comment:
Consider using a more flexible version specifier forcomposio_core
to avoid potential issues with strict version matching in different environments. For example:
install_requires=["composio_core>=0.3.9-rc.1,<0.3.10", "griptape>=0.24.2"],
- Reason this comment was not posted:
Confidence of 30% on close inspection, compared to threshold of 50%.
5. plugins/julep/setup.py:25
- Draft comment:
Consider using a more flexible version specifier forcomposio_openai
to avoid potential issues with strict version matching in different environments. For example:
install_requires=["composio_openai>=0.3.9-rc.1,<0.3.10", "julep>=0.3.2"],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
6. plugins/langchain/setup.py:30
- Draft comment:
Consider using a more flexible version specifier forcomposio_core
to avoid potential issues with strict version matching in different environments. For example:
install_requires=[
"langchain>=0.1.0",
"langchain-openai>=0.0.2.post1",
"pydantic>=2.6.4",
"langchainhub>=0.1.15",
"composio_core>=0.3.9-rc.1,<0.3.10",
],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
7. plugins/lyzr/setup.py:28
- Draft comment:
Consider using a more flexible version specifier forcomposio_core
to avoid potential issues with strict version matching in different environments. For example:
install_requires=[
"lyzr-automata>=0.1.3",
"pydantic>=2.6.4",
"composio_core>=0.3.9-rc.1,<0.3.10",
"langchain>=0.1.0",
],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
8. plugins/openai/setup.py:25
- Draft comment:
Consider using a more flexible version specifier forcomposio_core
to avoid potential issues with strict version matching in different environments. For example:
install_requires=["composio_core>=0.3.9-rc.1,<0.3.10"],
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
Workflow ID: wflow_brmDo2rcD7wdkW1a
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
⌛ 1 day left in your free trial, upgrade for $20/seat/month or contact us.
PR Type
Enhancement
Description
0.3.9-rc.1
across multiple plugins and core package.install_requires
dependencies to match the new version0.3.9-rc.1
.Changes walkthrough 📝
9 files
setup.py
Bump version and update dependencies for autogen plugin
plugins/autogen/setup.py
0.3.9-rc.1
install_requires
tocomposio_core===0.3.9-rc.1
setup.py
Bump version and update dependencies for claude plugin
plugins/claude/setup.py
0.3.9-rc.1
install_requires
tocomposio_openai===0.3.9-rc.1
setup.py
Bump version and update dependencies for crew_ai plugin
plugins/crew_ai/setup.py
0.3.9-rc.1
install_requires
tocomposio_langchain===0.3.9-rc.1
setup.py
Bump version and update dependencies for griptape plugin
plugins/griptape/setup.py
0.3.9-rc.1
install_requires
tocomposio_core===0.3.9-rc.1
setup.py
Bump version and update dependencies for julep plugin
plugins/julep/setup.py
0.3.9-rc.1
install_requires
tocomposio_openai===0.3.9-rc.1
setup.py
Bump version and update dependencies for langchain plugin
plugins/langchain/setup.py
0.3.9-rc.1
install_requires
tocomposio_core===0.3.9-rc.1
setup.py
Bump version and update dependencies for lyzr plugin
plugins/lyzr/setup.py
0.3.9-rc.1
install_requires
tocomposio_core===0.3.9-rc.1
setup.py
Bump version and update dependencies for openai plugin
plugins/openai/setup.py
0.3.9-rc.1
install_requires
tocomposio_core===0.3.9-rc.1
setup.py
Bump core package version to 0.3.9-rc.1
setup.py
0.3.9-rc.1