Release 0.16.1 (#5693)

This commit is contained in:
mamoodi 2024-12-19 11:13:26 -05:00 committed by GitHub
parent 2a66439ca6
commit 13097f9d1d
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.16.0",
"version": "0.16.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openhands-frontend",
"version": "0.16.0",
"version": "0.16.1",
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@nextui-org/react": "^2.4.8",

View File

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

View File

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