From 4511e42871d66ec4058900a66345f322d00a392e Mon Sep 17 00:00:00 2001 From: Peter Krull Date: Mon, 15 May 2023 10:50:19 -0600 Subject: [PATCH] Update protobuf dependency version --- ansys/api/additive/VERSION | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansys/api/additive/VERSION b/ansys/api/additive/VERSION index 867e524..cb174d5 100644 --- a/ansys/api/additive/VERSION +++ b/ansys/api/additive/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.2.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 991f454..57d6e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper"] +requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0"] build-backend = "setuptools.build_meta:__legacy__" diff --git a/setup.py b/setup.py index 1957d82..9fa9104 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ url=f"https://github.com/ansys/{package_name}", license="MIT", python_requires=">=3.7", - install_requires=["grpcio~=1.47", "protobuf~=3.19"], + install_requires=["grpcio~=1.47", "protobuf>=3.19,<5"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"],