diff --git a/pyproject.toml b/pyproject.toml index fbb4aec..3022879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ readme = "README.rst" dependencies = [ # Add your dependencies here (Include lower and upper bounds as applicable) - "boto3>=1.35.75,<2.0.0", + "boto3>=1.35.36,<2.0.0", "pydantic>=2.0.0,<3.0.0", "PyYAML>=6.0, <7.0", "jsonschema<5.0.0",