Skip to content

Commit 54a78d5

Browse files
committed
add dependency and update .gitignore
1 parent b4050a9 commit 54a78d5

File tree

3 files changed

+1633
-3
lines changed

3 files changed

+1633
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ cython_debug/
166166
# https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control
167167
.vscode/**/*
168168
!.vscode/extensions.json
169-
!.vscode/settings.json
170169
!.vscode/tasks.json
171170

172171
# VS Code extensions/forks:

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ name = "openhands"
33
version = "1.0.0"
44
description = "OpenHands: Code Less, Make More"
55
readme = "README.md"
6-
requires-python = ">=3.10"
7-
dependencies = []
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"fastmcp>=2.11.3",
9+
"litellm>=1.75.9",
10+
"pydantic>=2.11.7",
11+
]

0 commit comments

Comments
 (0)