File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" grpcio-tools==1.38.1 " ]
2+ requires = [" grpcio-tools==1.48.2 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -9,7 +9,7 @@ dynamic = ["version"]
99readme = { file = " README.md" , content-type = " text/markdown" }
1010authors = [{ name = " Techmo sp. z o.o" , email = " kontakt@techmo.pl" }]
1111requires-python = " >=3.6.13"
12- dependencies = [" grpcio==1.38.1 " , " protobuf==3.19.6" ]
12+ dependencies = [" grpcio==1.48.2 " , " protobuf==3.19.6" ]
1313
1414[project .urls ]
1515repository = " https://github.com/techmo-pl/tts-api-python"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def replace_imports_to_relatives(compiled_files: List[Path]):
8585
8686
8787install_requires = [
88- 'grpcio==1.38.1 ' ,
88+ 'grpcio==1.48.2 ' ,
8989 'protobuf==3.19.6'
9090]
9191
You can’t perform that action at this time.
0 commit comments