chore: allow protobuf 3.20.3 requirement (#22759)

* chore: allow protobuf 3.20.3

Allow latest bugfix release for protobuf (3.20.3)

* chore: update auto-generated dependency table

update auto-generated dependency table

* run in subprocess

* Apply suggestions from code review

Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>

* Apply suggestions

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
This commit is contained in:
José Ángel Rey Liñares
2023-05-10 20:22:56 +02:00
committed by GitHub
parent eb5b5ce641
commit 0c65fb7cfa
3 changed files with 87 additions and 52 deletions

View File

@@ -145,7 +145,7 @@ _deps = [
"packaging>=20.0",
"parameterized",
"phonemizer",
"protobuf<=3.20.2",
"protobuf<=3.20.3",
"psutil",
"pyyaml>=5.1",
"pydantic",