Skip to content

Commit 206d9ca

Browse files
authored
feat: relax protobuf requirement (#58)
1 parent 7108d63 commit 206d9ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper", "ansys-api-dbu==0.2.0"]
2+
requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0", "ansys-api-dbu==0.2.1"]
33
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
url=f"https://github.com/ansys/{package_name}",
3838
license="MIT",
3939
python_requires=">=3.7",
40-
install_requires=["grpcio~=1.47", "protobuf~=3.19", "ansys-api-dbu==0.2.0"],
40+
install_requires=["grpcio~=1.47", "protobuf>=3.19,<5", "ansys-api-dbu==0.2.1"],
4141
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4242
package_data={
4343
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)