"lib/bindings/vscode:/vscode.git/clone" did not exist on "7d5d6f8c086ac2fc3094cb05d240e8dc71ad4f7d"
Commit 8cd8941c authored by Maksim Khadkevich's avatar Maksim Khadkevich Committed by GitHub
Browse files

fix: added missing dependency for sdk (#187)

parent afbf92fc
...@@ -27,6 +27,7 @@ dependencies = [ ...@@ -27,6 +27,7 @@ dependencies = [
# "dynamo=={dynamo_version}", # "dynamo=={dynamo_version}",
"bentoml==1.4.1", "bentoml==1.4.1",
"types-psutil==7.0.0.20250218", "types-psutil==7.0.0.20250218",
"kubernetes==32.0.1",
] ]
[project.scripts] [project.scripts]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment