Skip to content

Commit

Permalink
workflow: update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBzH committed Oct 9, 2024
1 parent 69d2516 commit 1ae53e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ classifiers = [
]
dependencies = [
"grpcio>=1.62.1",
"protobuf>=4.22.0"
"protobuf==4.24.2"
]

[project.urls]
Expand All @@ -19,7 +19,7 @@ dev = [
"pyright==1.1.298",
"types-psutil==5.9.5.16",
"types-setuptools==68.1.0.1",
"types-protobuf>=4.24.0.1"
"types-protobuf==4.24.0.1"
]

[tool.flit.module]
Expand Down

0 comments on commit 1ae53e4

Please sign in to comment.