Skip to content

Commit e6dbc17

Browse files
authored
(temp): Forcing protobuf version to be ~=3.19 (#24)
1 parent 937e398 commit e6dbc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
url=f"https://github.com/ansys/{package_name}",
3636
license="MIT",
3737
python_requires=">=3.7",
38-
install_requires=["grpcio~=1.47", "protobuf~=3.20"],
38+
install_requires=["grpcio~=1.47", "protobuf~=3.19"],
3939
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4040
package_data={
4141
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)