From 920760e6a6ee33468bb26596cdd87c0ada3193f8 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 16 Dec 2024 11:58:22 -0800 Subject: [PATCH] chore: update protoplus for python 3.13 Fixes https://github.com/googleapis/python-datastore/issues/571 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb3c2660..0534aa7c 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ "google-cloud-core >= 1.4.0, <3.0.0dev", "proto-plus >= 1.22.0, <2.0.0dev", "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'", + "proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'", "protobuf>=3.20.2,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", ] extras = {"libcst": "libcst >= 0.2.5"}