We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~=3.19
1 parent 937e398 commit e6dbc17Copy full SHA for e6dbc17
setup.py
@@ -35,7 +35,7 @@
35
url=f"https://github.com/ansys/{package_name}",
36
license="MIT",
37
python_requires=">=3.7",
38
- install_requires=["grpcio~=1.47", "protobuf~=3.20"],
+ install_requires=["grpcio~=1.47", "protobuf~=3.19"],
39
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
40
package_data={
41
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
0 commit comments