Skip to content

Commit e7752b5

Browse files
authored
MAINT: Add support for protobuf 4.x (#406)
1 parent eb1dd99 commit e7752b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
# FIXME: add ansys-api-edb version
2828
dependencies = [
2929
"ansys-api-edb==1.0.4",
30-
"protobuf>=3.19.3,<4",
30+
"protobuf>=3.19.3,<5",
3131
"grpcio>=1.44.0"
3232
]
3333

0 commit comments

Comments
 (0)