From bed52102abfaf756f81399ca37e534f1230cc695 Mon Sep 17 00:00:00 2001 From: Zion Amsalem Date: Fri, 17 Jan 2025 00:42:56 +0200 Subject: [PATCH] fix(deps): update proto-plus to >=1.25 for Python 3.13 compatibility (#865) * fixes #842 * fix(deps): update proto-plus to >=1.25 for Python 3.13 compatibility fixes #842 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 665f27fa..5c13991d 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ "google-auth >= 2.14.1, <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 = {