From 002b1fcb395d77d94d7216560c30015b9aefca81 Mon Sep 17 00:00:00 2001 From: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:53:28 -0500 Subject: [PATCH] fix: require proto-plus >= 1.25 for Python 3.13 (#955) + --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 67ae0f70..244b30c7 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ "opentelemetry-api >= 1.9.0", "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,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", ] url = "https://github.com/googleapis/python-logging"