Patch release 0.12.3 (#4760)

This commit is contained in:
mamoodi 2024-11-05 11:53:08 -05:00 committed by GitHub
parent 436ecb80a3
commit 4374ea08d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openhands-frontend",
"version": "0.12.2",
"version": "0.12.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openhands-frontend",
"version": "0.12.2",
"version": "0.12.3",
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@nextui-org/react": "^2.4.8",

View File

@ -1,6 +1,6 @@
{
"name": "openhands-frontend",
"version": "0.12.2",
"version": "0.12.3",
"private": true,
"type": "module",
"engines": {

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "openhands-ai"
version = "0.12.2"
version = "0.12.3"
description = "OpenHands: Code Less, Make More"
authors = ["OpenHands"]
license = "MIT"
@ -92,7 +92,6 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@ -123,7 +122,6 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"