Skip to content

Commit

Permalink
Release 0.14.3 (All-Hands-AI#5289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoodi authored Nov 26, 2024
1 parent f4ef6ab commit 9a96e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openhands-frontend",
"version": "0.14.2",
"version": "0.14.3",
"private": true,
"type": "module",
"engines": {
Expand Down
12 changes: 1 addition & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openhands-ai"
version = "0.14.2"
version = "0.14.3"
description = "OpenHands: Code Less, Make More"
authors = ["OpenHands"]
license = "MIT"
Expand Down Expand Up @@ -97,11 +97,6 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]






[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
Expand Down Expand Up @@ -132,11 +127,6 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"






[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"
Expand Down

0 comments on commit 9a96e9f

Please sign in to comment.