Skip to content

Commit 384d5bb

Browse files
Python: bump hyperlight-sandbox dependencies to 0.4.x
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0326392 commit 384d5bb

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

python/packages/hyperlight/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"agent-framework-core>=1.2.2,<2",
26-
"hyperlight-sandbox>=0.3.0,<0.4",
27-
"hyperlight-sandbox-backend-wasm>=0.3.0,<0.4 ; ((sys_platform == 'linux' and platform_machine == 'x86_64') or (sys_platform == 'win32' and platform_machine == 'AMD64')) and python_version < '3.14'",
28-
"hyperlight-sandbox-python-guest>=0.3.0,<0.4",
26+
"hyperlight-sandbox>=0.4.0,<0.5",
27+
"hyperlight-sandbox-backend-wasm>=0.4.0,<0.5 ; ((sys_platform == 'linux' and platform_machine == 'x86_64') or (sys_platform == 'win32' and platform_machine == 'AMD64')) and python_version < '3.14'",
28+
"hyperlight-sandbox-python-guest>=0.4.0,<0.5",
2929
]
3030

3131
[tool.uv]

python/uv.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)