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
dependabot[bot]
8a5bd21d77
chore(deps-dev): bump @typescript-eslint/parser in /frontend ( #3080 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) 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/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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 20:45:32 +03:00
dependabot[bot]
79e76e9053
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /docs ( #3079 )
...
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>
2024-07-23 20:45:00 +03:00
dependabot[bot]
606a4b41d5
chore(deps): bump @nextui-org/react from 2.4.5 to 2.4.6 in /frontend ( #3059 )
...
Bumps [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react ) from 2.4.5 to 2.4.6.
- [Release notes](https://github.com/nextui-org/nextui/releases )
- [Changelog](https://github.com/nextui-org/nextui/blob/canary/packages/core/react/CHANGELOG.md )
- [Commits](https://github.com/nextui-org/nextui/commits/@nextui-org/react@2.4.6/packages/core/react )
---
updated-dependencies:
- dependency-name: "@nextui-org/react"
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:44:38 +03:00
Boxuan Li
445f290beb
Validate to_replace in edit_file_by_replace AgentSkill ( #3073 )
...
* Validate to_replace in edit_file_by_replace AgentSkill
* Remove redundant replace reminder prompt
* Add unit tests
* Fix prompt
2024-07-22 21:01:35 -07:00
Xingyao Wang
41a8bb3cf1
[eval,fix]: metrics get carried across eval instances ( #3072 )
...
* fix: make max_budget_per_task optional in `run_agent_controller`
* update arg for each run infer
* fix: metrics logging carried along; reset llm metric with the agent;
---------
Co-authored-by: Graham Neubig <neubig@gmail.com >
2024-07-23 03:30:28 +00:00
Xingyao Wang
da17665cab
fix: make max_budget_per_task optional in run_agent_controller ( #3071 )
...
* fix: make max_budget_per_task optional in `run_agent_controller`
* update arg for each run infer
2024-07-22 21:47:00 -04:00
Graham Neubig
4099e48122
Removed config from agent controller ( #3038 )
...
* Removed config from agent controller
* Fix tests
* Increase budget
* Update tests
* Update prompts
* Add missing prompt
* Fix mistaken deletions
* Fix browsing test
* Fixed browse tests
2024-07-22 17:42:57 +00:00
dependabot[bot]
c3d4f6495f
chore(deps-dev): bump ruff from 0.5.3 to 0.5.4 ( #3068 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.3 to 0.5.4.
- [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.3...0.5.4 )
---
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-22 17:30:20 +00:00
dependabot[bot]
a0f1cd2cdb
chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 ( #3065 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.2 to 8.3.1.
- [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.2.2...8.3.1 )
---
updated-dependencies:
- dependency-name: pytest
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-22 17:20:38 +00:00
dependabot[bot]
aeed1ea871
chore(deps): bump litellm from 1.41.24 to 1.41.25 ( #3064 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.41.24 to 1.41.25.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.41.24...v1.41.25 )
---
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-22 17:14:58 +00:00
dependabot[bot]
cc6128522d
chore(deps-dev): bump openai from 1.36.0 to 1.36.1 ( #3069 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.36.0 to 1.36.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.36.0...v1.36.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>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-22 17:13:19 +00:00
dependabot[bot]
78e700ef94
chore(deps-dev): bump jsdom from 24.1.0 to 24.1.1 in /frontend ( #3057 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/24.1.0...24.1.1 )
---
updated-dependencies:
- dependency-name: jsdom
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-22 12:40:40 -04:00
dependabot[bot]
6c8aae0d12
chore(deps-dev): bump eslint-plugin-react in /frontend ( #3060 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.34.4 to 7.35.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
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-22 12:40:01 -04:00
dependabot[bot]
784f644b1d
chore(deps): bump react-use from 17.5.0 to 17.5.1 in /docs ( #3063 )
...
Bumps [react-use](https://github.com/streamich/react-use ) from 17.5.0 to 17.5.1.
- [Release notes](https://github.com/streamich/react-use/releases )
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md )
- [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1 )
---
updated-dependencies:
- dependency-name: react-use
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-22 12:36:40 -04:00
dependabot[bot]
669fe40229
chore(deps-dev): bump mypy from 1.10.1 to 1.11.0 ( #3066 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11 )
---
updated-dependencies:
- dependency-name: mypy
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-22 12:35:05 -04:00
dependabot[bot]
733d4f5924
chore(deps): bump uvicorn from 0.30.1 to 0.30.3 ( #3062 )
...
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.30.1 to 0.30.3.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.30.1...0.30.3 )
---
updated-dependencies:
- dependency-name: uvicorn
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-22 12:32:32 -04:00
Priyank Sevak
812e5d1dc9
Issue#2977 ( #3050 )
...
- keeping agentStateService unchanged.
- Renamed 'changeAgentState' inside 'agentSlice' to 'setCurrentAgentState'
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
2024-07-22 08:38:31 +00:00
Xingyao Wang
ce8a11a62f
[Arch] Shrink runtime image size ( #3051 )
...
* 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
---------
Co-authored-by: tobitege <tobitege@gmx.de >
2024-07-22 02:34:45 +08:00
மனோஜ்குமார் பழனிச்சாமி
f3c23e8039
CI: Force stop colima ( #3053 )
2024-07-22 01:46:57 +08:00
Xingyao Wang
a61ac5a214
remove extra arg from swebench ssh box ( #3054 )
2024-07-21 14:58:16 +08:00
Graham Neubig
04877f8caf
Remove global config from tests ( #3052 )
2024-07-20 23:07:09 -04:00
Zheng Chaojian
15697bed5a
Update Dockerfile casing ( #3045 )
...
* Update Dockerfile casing
* Update Dockerfile
2024-07-20 08:00:37 -04:00
Boxuan Li
be6e6e3add
Bug fix: Metrics not accumulated across agent delegation ( #3012 )
...
* Add test to reproduce cost miscalculation bug
* Fix metrics bug
* Copy metrics upon AgentRejectAction
2024-07-20 04:05:05 +00:00
Xingyao Wang
6b16a5da0b
[Eval,Arch] Update GPTQ eval and add headless_mode for Controller ( #2994 )
...
* update and polish gptq eval
* fix typo
* Update evaluation/gpqa/README.md
Co-authored-by: Graham Neubig <neubig@gmail.com >
* Update evaluation/gpqa/run_infer.py
Co-authored-by: Graham Neubig <neubig@gmail.com >
* add headless mode to all appropriate agent controller call
* delegate set to error when in headless mode
* try to deduplicate a bit
* make headless_mode default to True and only change it to false for AgentSession
---------
Co-authored-by: Graham Neubig <neubig@gmail.com >
2024-07-20 03:35:48 +00:00
Graham Neubig
dada004fac
Remove config from files ( #3039 )
2024-07-19 23:20:44 -04:00
Raj Maheshwari
9cf2b5b74b
[FIX] Update SWEBenchSSHBox after global config was removed from sandbox in #2961 ( #3014 )
...
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu >
2024-07-19 14:41:50 -07:00
Graham Neubig
3a21198424
Remove monologue agent ( #3036 )
...
* Remove monologue agent
* Fixes
2024-07-19 19:25:05 +00:00
mamoodi
71cb8b02dc
chore: Release 0.8.1 ( #3035 )
2024-07-19 19:12:32 +00:00
dependabot[bot]
08b44f0d60
chore(deps-dev): bump openai from 1.35.13 to 1.36.0 ( #3033 )
2024-07-20 01:04:04 +08:00
dependabot[bot]
82f94b99c4
chore(deps): bump @nextui-org/react from 2.4.3 to 2.4.5 in /frontend ( #3021 )
2024-07-20 01:03:47 +08:00
dependabot[bot]
fb9ad04362
chore(deps-dev): bump jupyterlab from 4.2.3 to 4.2.4 ( #3028 )
...
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases )
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.2.4/CHANGELOG.md )
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.3...@jupyterlab/lsp@4.2.4 )
---
updated-dependencies:
- dependency-name: jupyterlab
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>
0.8.1
2024-07-20 00:08:24 +08:00
dependabot[bot]
4bb92bdd02
chore(deps): bump i18next from 23.12.1 to 23.12.2 in /frontend ( #3020 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.12.1 to 23.12.2.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.12.1...v23.12.2 )
---
updated-dependencies:
- dependency-name: i18next
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-20 00:08:05 +08:00
dependabot[bot]
46c9c9d5c6
chore(deps): bump boto3 from 1.34.144 to 1.34.145 ( #3022 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.34.144 to 1.34.145.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.34.144...1.34.145 )
---
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-20 00:07:48 +08:00
dependabot[bot]
b004678345
chore(deps-dev): bump llama-index-embeddings-azure-openai ( #3024 )
...
Bumps llama-index-embeddings-azure-openai from 0.1.10 to 0.1.11.
---
updated-dependencies:
- dependency-name: llama-index-embeddings-azure-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-20 00:07:28 +08:00
dependabot[bot]
93b9fd028d
chore(deps-dev): bump ruff from 0.5.2 to 0.5.3 ( #3026 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.2 to 0.5.3.
- [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.2...0.5.3 )
---
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-20 00:07:12 +08:00
sp.wack
23493a2e36
(test|refactor)(frontend): Refactor/cleanup and extend tests for ChatInterface, its children, and introduce improvements to the feedback flow ( #2997 )
...
* Refactor and remove useless test
* Refactor and test feedback modal artifacts
* Update and pass test
* Replace select with radio buttons
* Store and retrieve user email during feedback
* Improve post share feedback toast
* Fix tests
* Add test todo
2024-07-19 12:00:59 -04:00
sp.wack
8bfa61f3e4
Run package commands directly ( #3013 )
2024-07-19 16:44:14 +02:00
jigsawlabs-student
fa6c12473e
#2220 , integrated aider style linting, currently passes related o… ( #2489 )
...
* WIP for integrate aider linter, see OpenDevin#2220
Updated aider linter to:
* Always return text and line numbers
* Moved extract line number more consistently
* Changed pylint to stop after first linter detects errors
Updated agentskills
* To get back a LintResult object and then use lines and text for error message and related line number
* Moved code for extracting line number to aider linter
Tests:
* Added additional unit tests for aider to test for
* Return values from lint failures
* Confirm linter works for non-configured languages like Ruby
* move to agent_skills, fixes not seeing skills error
* format/lint to new code, fix failing tests, remove unused code from aider linter
* small changes (remove litellm, fix readme typo)
* fix failing sandbox test
* keep, change dumping of metadata
* WIP for integrate aider linter, see OpenDevin#2220
Updated aider linter to:
* Always return text and line numbers
* Moved extract line number more consistently
* Changed pylint to stop after first linter detects errors
Updated agentskills
* To get back a LintResult object and then use lines and text for error message and related line number
* Moved code for extracting line number to aider linter
Tests:
* Added additional unit tests for aider to test for
* Return values from lint failures
* Confirm linter works for non-configured languages like Ruby
* move to agent_skills, fixes not seeing skills error
* format/lint to new code, fix failing tests, remove unused code from aider linter
* remove duplication of tree-sitter, grep-ast and update poetry.lock
* revert to main branch poetry.lock version
* only update necessary package
* fix jupyter kernel wrong interpreter issue (only for swebench)
* fix failing lint tests
* update syntax error checks for flake
* update poetry lock file
* update poetry.lock file, which update content-hash
* add grep ast
* remove extra stuff caused by merge
* update pyproject
* remove extra pytest fixture, ruff styling fixes
* lint files
* update poetry.lock file
---------
Co-authored-by: Jeff Katzy <jeffreyerickatz@gmail.com >
Co-authored-by: yufansong <yufan@risingwave-labs.com >
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu >
Co-authored-by: tobitege <tobitege@gmx.de >
2024-07-19 21:58:54 +08:00
Julian Gums
b5e4cddce3
fix docs links ( #3017 )
...
* fix docs link
* Update CONTRIBUTING.md
* Update README.md
* fix docs link
* fix docs link
* Update troubleshooting.md
* fix docs link
* fix docs link
* fix docs link
* fix docs link
2024-07-19 13:57:33 +00:00
Xingyao Wang
ac27ded81f
Fix: handle the case where env var is empty ( #3016 )
...
* handle the case where env var is empty
* fix logging
* include obs content in logging
* change to add_env_vars
2024-07-19 13:51:06 +00:00
dependabot[bot]
c555fb6840
chore(deps-dev): bump husky from 9.0.11 to 9.1.1 in /frontend ( #2996 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.0.11 to 9.1.1.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1 )
---
updated-dependencies:
- dependency-name: husky
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-19 11:28:47 +03:00
dependabot[bot]
452da5663d
chore(deps): bump @nextui-org/react from 2.4.2 to 2.4.3 in /frontend ( #2995 )
...
Bumps [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react ) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/nextui-org/nextui/releases )
- [Changelog](https://github.com/nextui-org/nextui/blob/canary/packages/core/react/CHANGELOG.md )
- [Commits](https://github.com/nextui-org/nextui/commits/@nextui-org/react@2.4.3/packages/core/react )
---
updated-dependencies:
- dependency-name: "@nextui-org/react"
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-19 11:26:48 +03:00
மனோஜ்குமார் பழனிச்சாமி
b60890c064
Fix playwright cache error during container restart ( #3011 )
2024-07-19 09:30:19 +02:00
Xingyao Wang
1761b88af5
update url for share opendevin visualization ( #3009 )
2024-07-19 12:12:55 +08:00
Xingyao Wang
ff6ddc831f
fix: runtime test for mac ( #3005 )
...
* move use_host_network to sandbox config
* fix test runtime tests
* fix kwargs to make it clearer
2024-07-19 03:03:55 +00:00
tobitege
d6642c26be
Session: set base_url in default_llm_config ( #3003 )
2024-07-18 22:28:26 -04:00
dependabot[bot]
3bff8cf88a
chore(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 ( #3000 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.7 to 0.23.8.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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-19 10:18:52 +08:00
dependabot[bot]
bf39af895e
chore(deps): bump litellm from 1.41.23 to 1.41.24 ( #2999 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.41.23 to 1.41.24.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.41.23...v1.41.24 )
---
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-19 10:18:41 +08:00