We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba7bbb commit 5b99fd8Copy full SHA for 5b99fd8
CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
### Changed
4
5
- - grpcio-tools package minimal version to 1.48.2
6
- - protobuf package minimal version to 4.21.0
+ - grpcio-tools package version to 1.38.1
+ - protobuf package version to 3.19.5
7
- setuptools minimal version to 59
8
- python minimal version downgraded to 3.6.13
9
- move required dependencies to setup.py file
setup.py
@@ -85,8 +85,8 @@ def replace_imports_to_relatives(compiled_files: List[Path]):
85
86
87
install_requires=[
88
- 'grpcio>=1.48.2,<1.63',
89
- 'protobuf>=4.21.0,<5'
+ 'grpcio==1.38.1',
+ 'protobuf>=3.19.5,<3.20'
90
]
91
92
setuptools.setup( name='techmo-tts-api',
0 commit comments