Skip to content

Commit

Permalink
workflow: fix grpcio conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBzH committed Oct 9, 2024
1 parent 1bfd5a9 commit abe8bf1
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 @@ -7,7 +7,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"grpcio>=1.62.1",
"grpcio==1.62.1",
"protobuf>=4.22.0"
]

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 abe8bf1

Please sign in to comment.