Skip to content

Commit bc5b3f9

Browse files
b-matteoRobPasMue
andauthored
Update dependencies (#42)
* Update dependencies * Update pyproject.toml Co-authored-by: Roberto Pastor Muela <[email protected]> * Update setup.py Co-authored-by: Roberto Pastor Muela <[email protected]> --------- Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 4c61883 commit bc5b3f9

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",
44
"wheel",
55
"ansys_tools_protoc_helper>=0.4.0",
6-
"ansys-api-geometry==0.4.8"
6+
"ansys-api-geometry==0.4.10"
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.47", "protobuf>=3.19,<6", "ansys-api-geometry==0.4.8"],
38+
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-geometry==0.4.10"],
3939
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4040
package_data={
4141
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)