We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340f64f commit 98f54c5Copy full SHA for 98f54c5
setup.py
@@ -39,7 +39,7 @@
39
url=f"https://github.com/ansys/{package_name}",
40
license="MIT",
41
python_requires=">=3.10",
42
- install_requires=["grpcio~=1.44", "protobuf>=3.19,<7", "ansys-api-dbu==0.3.26"],
+ install_requires=["grpcio~=1.44", "protobuf>=3.19,<7", "ansys-api-dbu==0.3.27"],
43
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
44
package_data={
45
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
0 commit comments