Fix issue #5676: [Bug]: Frontend Hyperlink in Chat window should open link in a new tab (#5677)

Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
This commit is contained in:
OpenHands
2024-12-19 09:39:00 -05:00
committed by GitHub
parent 3876f4a59c
commit 2a66439ca6
4 changed files with 25 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@@ -129,6 +130,7 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"