-
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
Release v0.5.44 #885
Release v0.5.44 #885
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 6caf8d9 in 33 seconds
More details
- Looked at
427
lines of code in21
files - Skipped
0
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. python/dockerfiles/Dockerfile:19
- Draft comment:
Usingexport PATH
in a DockerfileRUN
command won't persist the changes across differentRUN
commands. Consider usingENV
to set thePATH
variable instead. - Reason this comment was not posted:
Marked as duplicate.
2. python/dockerfiles/Dockerfile.computer:64
- Draft comment:
Usingexport PATH
in a DockerfileRUN
command won't persist the changes across differentRUN
commands. Consider usingENV
to set thePATH
variable instead. This issue is also present inDockerfile
,Dockerfile.computer.dev
, andDockerfile.dev
. - Reason this comment was not posted:
Comment was on unchanged code.
Workflow ID: wflow_VOBmYZHWeJUIw6Vr
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
This comment was generated by github-actions[bot]! JS SDK Coverage Report📊 Coverage report for JS SDK can be found at the following URL: 📁 Test report folder can be found at the following URL: |
Important
Update Composio package and plugin versions to 0.5.44 across the codebase, including Dockerfiles and setup files.
__version__
in__version__.py
to0.5.44
.setup.py
forcomposio_core
andswekit
to0.5.44
and0.2.42
respectively.setup.py
for pluginsautogen
,camel
,claude
,crew_ai
,google
,griptape
,julep
,langchain
,langgraph
,llamaindex
,lyzr
,openai
,phidata
, andpraisonai
to0.5.44
.composio-core
version to0.5.44
inDockerfile
,Dockerfile.computer
,Dockerfile.computer.dev
, andDockerfile.dev
.This description was created by for 6caf8d9. It will automatically update as commits are pushed.