diff --git a/pyproject.toml b/pyproject.toml index ff33144..a79c537 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.23", + "ansys-api-dbu==0.3.24", ] build-backend = "setuptools.build_meta:__legacy__" diff --git a/setup.py b/setup.py index 2af0a21..917e9a6 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,<7", "ansys-api-dbu==0.3.23"], + install_requires=["grpcio~=1.44", "protobuf>=3.19,<7", "ansys-api-dbu==0.3.24"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"],