diff --git a/pyproject.toml b/pyproject.toml index c779136..8684f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,6 @@ requires = [ "setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0", - "ansys-api-dbu==0.3.7", + "ansys-api-dbu==0.3.8", ] build-backend = "setuptools.build_meta:__legacy__" diff --git a/setup.py b/setup.py index 860bf56..cfbd659 100644 --- a/setup.py +++ b/setup.py @@ -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.7"], + install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.8"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"],