Skip to content

Commit 0f309a8

Browse files
committed
Merge branch 'main' into release/0.5
2 parents d2dec9e + aeeb251 commit 0f309a8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @ansys/pyansys-geometry-maintainers

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
@@ -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.19", "ansys-api-dbu==0.2.0"],
38+
install_requires=["grpcio~=1.47", "protobuf>=3.19,<5", "ansys-api-dbu==0.2.1"],
3939
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4040
package_data={
4141
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)