From 7b6ff9f93663723e52e52f57c86ea65cd7eaa95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:55:05 +0000 Subject: [PATCH] ci: update wasmtime requirement in /strands-py Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime-py) to permit the latest version. - [Commits](https://github.com/bytecodealliance/wasmtime-py/compare/37.0.0...44.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 44.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- strands-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strands-py/pyproject.toml b/strands-py/pyproject.toml index ea0ed4b28..7242b7bf3 100644 --- a/strands-py/pyproject.toml +++ b/strands-py/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "wasmtime>=37.0.0,<38.0.0", + "wasmtime>=37.0.0,<45.0.0", ]