-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RRIO] [testing] Downgrade mock-apis grpcio-tools dependencies to rem…
…ove Beam SDK version conflict (#29320) * Constrain grpc* versons to >=1.53.0 * Downgrade grpcio dependencies * Bump project version * Make version constraint >= * Add poetry.lock to rat
- Loading branch information
1 parent
cf560ca
commit 29c0b41
Showing
3 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[tool.poetry] | ||
name = "mock-apis" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Ritesh Ghorse <[email protected]>, Damon Douglas <>"] | ||
license = "Apache-2.0" | ||
description = "" | ||
|
@@ -29,8 +29,8 @@ packages = [ | |
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
google = "^3.0.0" | ||
grpcio = "^1.59.2" | ||
grpcio-tools = "^1.59.2" | ||
grpcio = "^1.53.0" | ||
grpcio-tools = "^1.53.0" | ||
|
||
|
||
[build-system] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters