From 8b64379ee069c6c70e5165df52cfbc67739a702d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Dec 2024 00:42:20 +0000 Subject: [PATCH] Release 1.35.86 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc92bd4..5f6a6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "types-boto3" -version = "1.35.85" +version = "1.35.86" requires-python = ">=3.8" description = "Type annotations and code completion for boto3" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]