Skip to content

Commit

Permalink
workflow: fix grpc conflict (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBzH authored Oct 9, 2024
1 parent 1bfd5a9 commit 36c7578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"grpcio>=1.62.1",
"protobuf>=4.22.0"
"grpcio==1.62.1",
"protobuf==4.24.2"
]

[project.urls]
Expand Down Expand Up @@ -40,6 +40,6 @@ reportImportCycles = false
reportPrivateUsage = false

[build-system]
requires = ["flit_core==3.7.1", "grpcio-tools>=1.62.1"]
requires = ["flit_core==3.7.1", "grpcio-tools==1.62.1"]
build-backend = "_build.backend"
backend-path = ["."]

0 comments on commit 36c7578

Please sign in to comment.