Skip to content

Commit

Permalink
[RRIO] [testing] Downgrade mock-apis grpcio-tools dependencies to rem…
Browse files Browse the repository at this point in the history
…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
damondouglas authored Nov 7, 2023
1 parent cf560ca commit 29c0b41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
19 changes: 1 addition & 18 deletions .test-infra/mock-apis/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .test-infra/mock-apis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand All @@ -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]
Expand Down
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ tasks.rat {

// Ignore buf autogenerated files.
"**/buf.lock",

// Ignore poetry autogenerated files.
"**/poetry.lock",
)

// Add .gitignore excludes to the Apache Rat exclusion list. We re-create the behavior
Expand Down

0 comments on commit 29c0b41

Please sign in to comment.