We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4050a9 commit 54a78d5Copy full SHA for 54a78d5
.gitignore
@@ -166,7 +166,6 @@ cython_debug/
166
# https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control
167
.vscode/**/*
168
!.vscode/extensions.json
169
-!.vscode/settings.json
170
!.vscode/tasks.json
171
172
# VS Code extensions/forks:
pyproject.toml
@@ -3,5 +3,9 @@ name = "openhands"
3
version = "1.0.0"
4
description = "OpenHands: Code Less, Make More"
5
readme = "README.md"
6
-requires-python = ">=3.10"
7
-dependencies = []
+requires-python = ">=3.12"
+dependencies = [
8
+ "fastmcp>=2.11.3",
9
+ "litellm>=1.75.9",
10
+ "pydantic>=2.11.7",
11
+]
0 commit comments