Xingyao Wang
b5d3fcaba8
[docs] Update README.md for new OpenDevin Runtime ( #3142 )
...
* Update README.md
* address comment
* remove DEBUG flag
2024-07-27 15:45:09 +00:00
Engel Nyst
a29c795418
clear last_error when restoring a session ( #3146 )
2024-07-27 15:34:36 +00:00
Engel Nyst
f07280153a
restore logging of user messages when using cli ( #3145 )
0.8.2
2024-07-27 12:58:23 +00:00
tofarr
437e0c76bf
Icon transparency ( #3138 )
...
I noticed that in dark modes the icons don't look as good as they could - making the outlines transparent makes them pop a bit more
Co-authored-by: Tim O'Farrell <tofarr@Tims-MacBook-Pro-2.local >
2024-07-26 21:29:41 -04:00
tobitege
c0adca1e30
fix DummyAgent ( #3137 )
2024-07-26 18:59:25 +00:00
Xingyao Wang
1c813a2fa0
support swebench pull from custom namespace ( #3136 )
2024-07-26 18:46:36 +00:00
Graham Neubig
275ea706cf
Remove remaining global config ( #3099 )
...
* Remove global config from memory
* Remove runtime global config
* Remove from storage
* Remove global config
* Fix event stream tests
* Fix sandbox issue
* Change config
* Removed transferred tests
* Add swe env box
* Fixes on testing
* Fixed some tests
* Fix typing
* Fix ipython test
* Revive function
* Make temp_dir fixture
* Remove test to avoid circular import
2024-07-26 18:43:32 +00:00
Anatolij Vasilev
3301beffec
fixed broken shell command ( #3135 )
2024-07-26 18:36:20 +00:00
dependabot[bot]
6c4cce01a7
chore(deps-dev): bump openai from 1.37.0 to 1.37.1 ( #3134 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.37.0...v1.37.1 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 17:01:16 +00:00
dependabot[bot]
e62a7c08f8
chore(deps): bump boto3 from 1.34.148 to 1.34.149 ( #3133 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.34.148 to 1.34.149.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.34.148...1.34.149 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-27 00:11:07 +08:00
dependabot[bot]
f6317a3607
chore(deps-dev): bump streamlit from 1.36.0 to 1.37.0 ( #3129 )
...
Bumps [streamlit](https://github.com/streamlit/streamlit ) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/streamlit/streamlit/releases )
- [Commits](https://github.com/streamlit/streamlit/compare/1.36.0...1.37.0 )
---
updated-dependencies:
- dependency-name: streamlit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-27 00:10:32 +08:00
dependabot[bot]
c4eb8e9fc8
chore(deps-dev): bump ruff from 0.5.4 to 0.5.5 ( #3132 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.4...0.5.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 16:02:29 +00:00
dependabot[bot]
618b124e0c
chore(deps): bump litellm from 1.42.1 to 1.42.3 ( #3131 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.42.1 to 1.42.3.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.42.1...v1.42.3 )
---
updated-dependencies:
- dependency-name: litellm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 16:01:45 +00:00
Xingyao Wang
1f6e86c932
Fix(test,CI): runtime build tests ( #3126 )
...
* fix runtime build test
* get runtime_build test to run in CI
* move test involving docker from `test_ipython` to `test_sandbox`
2024-07-26 22:53:01 +08:00
Xingyao Wang
99f6f8899d
fix filename for image tar ( #3121 )
2024-07-26 02:38:41 +00:00
Xingyao Wang
f28a6db2c6
add missing ext ( #3120 )
2024-07-26 06:32:14 +08:00
tobitege
22c7bca556
(fix) colima: fix return code handling (followup to #3097 ) ( #3106 )
...
* colima: fix return code handling; added delay before retry; 4 retries
* moved docker context outside of function
* changed delete occurence; added logs output
* removed delete; trying to add more logging
* fix typo
* changed logging to github-style. maybe this finally shows up.
* reverted context; loop now with install+delete and alternating IP
* fix local keyword
* try limactl for creating an instance for IP
* revert IP change attempts
* actually return 0 in start_colima
* moved install out of loop again
* another to avoid duplicate start of colima via limactl
* added --init call for lima.yaml file creation
* dont trust an LLM to give you flags...
* Update run-unit-tests.yml
2024-07-26 03:16:02 +08:00
tobitege
d0217b84ef
test_runtime: run tests per runtime, not alternating ( #3103 )
2024-07-26 03:01:50 +08:00
Yufan Song
056b66df65
revert torch version ( #3118 )
2024-07-25 17:18:17 +00:00
dependabot[bot]
422c3194c4
chore(deps-dev): bump husky from 9.1.1 to 9.1.2 in /frontend ( #3117 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.2 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 17:12:50 +00:00
dependabot[bot]
e3e942370e
chore(deps-dev): bump tailwindcss from 3.4.6 to 3.4.7 in /frontend ( #3116 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 16:56:11 +00:00
dependabot[bot]
006842bb88
chore(deps): bump vite from 5.3.4 to 5.3.5 in /frontend ( #3115 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 16:15:09 +00:00
dependabot[bot]
e3b180e702
chore(deps-dev): bump postcss from 8.4.39 to 8.4.40 in /frontend ( #3114 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.39 to 8.4.40.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.39...8.4.40 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 16:03:54 +00:00
sp.wack
f586911ecf
Refactor and test component ( #3108 )
2024-07-25 18:49:51 +03:00
dependabot[bot]
da4dc15e76
chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 ( #3113 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 15:44:11 +00:00
dependabot[bot]
cef0d13c43
chore(deps): bump boto3 from 1.34.147 to 1.34.148 ( #3112 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.34.147 to 1.34.148.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.34.147...1.34.148 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-25 15:41:55 +00:00
dependabot[bot]
fcaf0d2a40
chore(deps): bump google-cloud-aiplatform from 1.59.0 to 1.60.0 ( #3111 )
...
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform ) from 1.59.0 to 1.60.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases )
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/python-aiplatform/compare/v1.59.0...v1.60.0 )
---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-25 15:18:20 +00:00
dependabot[bot]
1e2d5b57fd
chore(deps-dev): bump torch from 2.2.2 to 2.4.0 ( #3110 )
...
Bumps [torch](https://github.com/pytorch/pytorch ) from 2.2.2 to 2.4.0.
- [Release notes](https://github.com/pytorch/pytorch/releases )
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md )
- [Commits](https://github.com/pytorch/pytorch/compare/v2.2.2...v2.4.0 )
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-25 11:10:40 -04:00
dependabot[bot]
2702c09477
chore(deps): bump litellm from 1.41.28 to 1.42.1 ( #3109 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.41.28 to 1.42.1.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.41.28...v1.42.1 )
---
updated-dependencies:
- dependency-name: litellm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-25 15:07:48 +00:00
tobitege
b71dc38855
ghcr-runtime: no unzip, artifact downloads as-is, without extention ( #3105 )
2024-07-25 14:20:20 +02:00
tobitege
9576916a49
(fix) Runtime yml missing zip handling ( fixes #3101 ) ( #3104 )
...
* fix ghcr_push use of image name
* ghcr-runtime: fix artifact download (zip); removed obsolete show of df
2024-07-25 08:53:27 +00:00
Xingyao Wang
6f345e82f2
Update paper link in README.md ( #3102 )
2024-07-25 05:11:54 +00:00
tobitege
690290697a
fix ghcr_push use of image name ( #3101 )
2024-07-25 10:53:20 +08:00
Graham Neubig
98276cf733
Change doc title of agent hub ( #3100 )
...
This PR changes the title of the `agenthub` doc from "Agent Framework Research" to "Agent Hub".
2024-07-25 01:28:40 +00:00
tobitege
4862661732
(fix) colima: use a docker context specific to runner; prevent duplicate start ( #3097 )
...
* colima: use a docker context specific to runner; prevent duplicate start
* updated use of context (for docker, not colima)
* added --ssh to colima start to use TCP instead of socket
* replace --ssh with random port
2024-07-24 13:59:59 -04:00
dependabot[bot]
caece67ef8
chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12 in /frontend ( #3095 )
2024-07-25 00:02:19 +08:00
dependabot[bot]
4a1111d497
chore(deps): bump @react-types/shared from 3.24.0 to 3.24.1 in /frontend ( #3094 )
2024-07-25 00:02:05 +08:00
dependabot[bot]
fe7b5f12a7
chore(deps): bump boto3 from 1.34.146 to 1.34.147 ( #3093 )
2024-07-25 00:01:51 +08:00
dependabot[bot]
625de5668f
chore(deps): bump litellm from 1.41.27 to 1.41.28 ( #3092 )
2024-07-25 00:01:33 +08:00
tobitege
d50a8447ad
fix: add llm drop_params parameter to LLMConfig ( #2471 )
...
* feat: add drop_params to LLMConfig
* Update opendevin/llm/llm.py
Fix use of unknown method.
Co-authored-by: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com >
---------
Co-authored-by: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com >
2024-07-24 16:25:36 +02:00
Xingyao Wang
405c8a0456
[Arch] Add runtime image build CI & clean up runtime build using jinja2 template ( #3055 )
...
* test_runtime_client.py to test _execute_bash()
* runtime_build and runtime tweaks
* fix in docker script
* revert bash changes
* use sandbox_config.update_source_code to control source code update
* add od_version to the sandbox tag
* add doc instruction for update source code
* do not remove whole poetry folder;
add mamba clean
* add missing newlines
* cleanup runtime dockerfile into jinja template
* make prep temp file a separate function;
make that function accessible through cli
* modify `runtime_build.py` so it can generate directory for building docker img
* add dockerfile and sdist of runtime to gitignore since it will be dynamically generated
* add runtime to build
* do not rebuild new image when an `od_runtime` is provided
* use default container_image for testing if possible
* move runtime tests to ghcr runtime workflow
* update docker base dir for runtime
* fix unittest
* fix image name
* fix image name for test case
* rename to make it consistent
---------
Co-authored-by: tobitege <tobitege@gmx.de >
2024-07-24 21:56:12 +08:00
dependabot[bot]
547c510848
chore(deps): bump @react-types/shared from 3.23.1 to 3.24.0 in /frontend ( #3082 )
...
Bumps [@react-types/shared](https://github.com/adobe/react-spectrum ) from 3.23.1 to 3.24.0.
- [Release notes](https://github.com/adobe/react-spectrum/releases )
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-types/shared@3.23.1...@react-types/shared@3.24.0 )
---
updated-dependencies:
- dependency-name: "@react-types/shared"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 10:20:39 +03:00
linshaoxin-maker
800e25eac1
Modify codeAct paper link ( #3076 )
2024-07-23 20:25:54 +00:00
dependabot[bot]
d92bbd97d7
chore(deps-dev): bump chromadb from 0.5.4 to 0.5.5 ( #3085 )
...
Bumps [chromadb](https://github.com/chroma-core/chroma ) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/chroma-core/chroma/releases )
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md )
- [Commits](https://github.com/chroma-core/chroma/compare/0.5.4...0.5.5 )
---
updated-dependencies:
- dependency-name: chromadb
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 20:20:41 +00:00
dependabot[bot]
549032176c
chore(deps): bump boto3 from 1.34.145 to 1.34.146 ( #3087 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.34.145 to 1.34.146.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.34.145...1.34.146 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 20:17:17 +00:00
dependabot[bot]
e4319da3f5
chore(deps-dev): bump @typescript-eslint/eslint-plugin in /frontend ( #3081 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 7.16.1 to 7.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 15:48:39 -04:00
dependabot[bot]
61a07a5864
chore(deps-dev): bump @testing-library/jest-dom in /frontend ( #3083 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.6 to 6.4.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-23 15:45:11 -04:00
dependabot[bot]
4ed5967442
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /frontend ( #3084 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-23 15:44:49 -04:00
dependabot[bot]
c2c4e9f37f
chore(deps): bump litellm from 1.41.25 to 1.41.27 ( #3086 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.41.25 to 1.41.27.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.41.25...v1.41.27 )
---
updated-dependencies:
- dependency-name: litellm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Yufan Song: <33971064+yufansong@users.noreply.github.com >
2024-07-23 15:41:44 -04:00
dependabot[bot]
723d2e7c36
chore(deps-dev): bump openai from 1.36.1 to 1.37.0 ( #3088 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.36.1 to 1.37.0.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.36.1...v1.37.0 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 15:39:08 -04:00