Skip to content

Commit

Permalink
Update protobuf version to 5.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ansjmoody committed Jan 20, 2025
1 parent 2e64c48 commit 37c3442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ classifiers = [
dependencies = [
"ansys-api-sherlock==0.1.37",
"grpcio>=1.17, <1.68.0",
"protobuf>=3.20",
"protobuf==5.27.2",
"pydantic>=2.9.2",
]

[project.optional-dependencies]
tests = [
"grpcio>=1.17, <1.68.0",
"protobuf==5.28.0",
"protobuf==5.27.2",
"pytest==8.3.4",
"pytest-cov==6.0.0",
]
Expand Down

0 comments on commit 37c3442

Please sign in to comment.