Skip to content

Commit 854ca6a

Browse files
author
Tomasz Jadczyk
committed
Update grpcio deps to 1.48.2
1 parent 81ed0eb commit 854ca6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["grpcio-tools==1.38.1"]
2+
requires = ["grpcio-tools==1.48.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -9,7 +9,7 @@ dynamic = ["version"]
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [{ name = "Techmo sp. z o.o", email = "kontakt@techmo.pl" }]
1111
requires-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]
1515
repository = "https://github.com/techmo-pl/tts-api-python"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def replace_imports_to_relatives(compiled_files: List[Path]):
8585

8686

8787
install_requires=[
88-
'grpcio==1.38.1',
88+
'grpcio==1.48.2',
8989
'protobuf==3.19.6'
9090
]
9191

0 commit comments

Comments
 (0)