Skip to content

Commit c3ad213

Browse files
authored
Update ansys-api-geometry dependency (#61)
1 parent 8d90997 commit c3ad213

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
@@ -3,6 +3,6 @@ requires = [
33
"setuptools >= 42.0.0, <77", # TODO: REMOVE UPPER LIMIT ONCE IT IS ADAPTED ON THE RELEASE ACTION
44
"wheel",
55
"ansys_tools_protoc_helper>=0.4.0",
6-
"ansys-api-geometry==0.4.57"
6+
"ansys-api-geometry==0.4.58"
77
]
88
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.10",
38-
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-geometry==0.4.57"],
38+
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-geometry==0.4.58"],
3939
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4040
package_data={
4141
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)