-
Notifications
You must be signed in to change notification settings - Fork 31
DEV-1949: Resolve dependency conflict on psutil for browser-use package #240
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
base: master
Are you sure you want to change the base?
Conversation
| python = "^3.10" | ||
| cryptography = "^43.0.1" | ||
| cryptography = ">=43.0.1,<46.0.0" | ||
| robocorp-log = ">=2.4,<4" |
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 here look good, but I think we need to release robocorp-log first and then update here so that the latest psutil is in the poetry.lock for sema4ai-actions.
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.
@fabioz I updated this PR: robocorp/robocorp#446
Does this look OK? Let me know.
DEV-1949: Resolve dependency conflict on psutil for browser-use package