Skip to content

Commit 002b1fc

Browse files
authored
fix: require proto-plus >= 1.25 for Python 3.13 (#955)
+
1 parent 439eaa5 commit 002b1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"opentelemetry-api >= 1.9.0",
4848
"proto-plus >= 1.22.0, <2.0.0dev",
4949
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
50+
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
5051
"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",
5152
]
5253
url = "https://github.com/googleapis/python-logging"

0 commit comments

Comments
 (0)