From 8b32bd426318964f3273dc722d2562b00b746dca Mon Sep 17 00:00:00 2001 From: Dmitry Sharkov Date: Sun, 22 Dec 2024 21:00:03 -0500 Subject: [PATCH] relaxed required python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e293ab..7931423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "aws-lambda-python" dynamic = ["version"] description = 'MPIC standard API implementation leveraging AWS Lambda.' readme = "README.md" -requires-python = "==3.11.9" +requires-python = ">=3.11" license = "MIT" keywords = [] authors = [ @@ -32,7 +32,7 @@ dependencies = [ "dnspython==2.6.1", "pydantic==2.8.2", "aws-lambda-powertools[parser]==3.2.0", - "open-mpic-core==3.0.1", + "open-mpic-core==3.0.2", ] [project.optional-dependencies]