-
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?
Changes from all commits
eaf2e6b
d2a563d
eb82ec0
4d67d5b
11c0b71
7105401
0c70f00
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| ## Description | ||
|
|
||
| Please include a summary of the change and which issue is fixed or feature developed. | ||
|
|
||
| Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
|
||
| Link to the Issue: # (issue) | ||
| (this can also be specified in the title of the PR) | ||
|
|
||
| ## How was this tested? | ||
|
|
||
| Please describe the tests that you ran to verify your changes. | ||
| Provide instructions to reproduce. | ||
|
|
||
| Please also list any relevant details for your test configuration: | ||
|
|
||
| - [ ] Test A | ||
| - [ ] Test B | ||
|
|
||
| ## Screenshots (if possible) | ||
|
|
||
| ## Checklist: | ||
|
|
||
| - [ ] (if needed) I have added PyTests that help in smoke testing the functionality | ||
| - [ ] (if needed) I have updated the respective [CHANGELOG.md] for the new release | ||
| - [ ] I've done a self-review & corrected anything that seemed off | ||
| - [ ] I've made sure everything is retested after rebasing/merging to/from `master` branch |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "sema4ai-actions" | ||
| version = "1.3.13" | ||
| version = "2.0.0" | ||
| description = "Sema4AI Actions" | ||
| authors = ["Sema4.ai Engineering <engineering@sema4.ai>"] | ||
| readme = "README.md" | ||
|
|
@@ -10,10 +10,10 @@ packages = [{ include = "sema4ai/actions", from = "src" }] | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = "^3.10" | ||
| cryptography = "^43.0.1" | ||
| cryptography = ">=43.0.1,<46.0.0" | ||
| robocorp-log = ">=2.4,<4" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes here look good, but I think we need to release
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @fabioz I updated this PR: robocorp/robocorp#446 |
||
| robocorp-truststore = ">=0.8.0" | ||
| psutil = ">=5.0,<7.0" | ||
| psutil = ">=5.0,<8.0" | ||
| docstring_parser_fork = "^0.0.5" | ||
| pydantic = "^2.11.7" | ||
| sema4ai-http-helper = "^2.0.1" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.