diff --git a/pyproject.toml b/pyproject.toml index f12a3e7..a2a3440 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.9", + "ansys-api-dbu==0.3.10", ] build-backend = "setuptools.build_meta:__legacy__" diff --git a/setup.py b/setup.py index 2e4284a..30de655 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.9"], + install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.10"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"],