From 2498674b38d3f7dae6b81039d5591bfdd98d1643 Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Wed, 3 Dec 2025 09:59:44 -0500 Subject: [PATCH] pyproject - static analysis - python 3.10 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f5738a68b..2c2a6b260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,6 +118,7 @@ dependencies = [ # Include required package dependencies for mypy "strands-agents @ {root:uri}", ] +python = "3.10" # Define static-analysis scripts so we can include mypy as part of the linting check [tool.hatch.envs.hatch-static-analysis.scripts]