Skip to content

Commit

Permalink
bump: ansys-api-build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 22, 2024
1 parent f530975 commit ada4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
url=f"https://github.com/ansys/{package_name}",
license="MIT",
python_requires=">=3.10",
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.6"],
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.7"],
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
package_data={
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
Expand Down

0 comments on commit ada4162

Please sign in to comment.