From a863250cb20ec2e60253205ef6c05185d95c2d86 Mon Sep 17 00:00:00 2001 From: Peter Krull Date: Fri, 15 Mar 2024 11:21:42 -0600 Subject: [PATCH] Expand range of acceptable protobuf versions --- ansys/api/additive/VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansys/api/additive/VERSION b/ansys/api/additive/VERSION index bc3ea55..59bde44 100644 --- a/ansys/api/additive/VERSION +++ b/ansys/api/additive/VERSION @@ -1 +1 @@ -1.6.0-dev7 \ No newline at end of file +1.6.0-dev8 \ No newline at end of file diff --git a/setup.py b/setup.py index b867e69..a82be59 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ url=f"https://github.com/ansys/{package_name}", license="MIT", python_requires=">=3.8,<4", - install_requires=["grpcio~=1.47", "protobuf>=3.19,<5"], + install_requires=["grpcio~=1.47", "protobuf>=3.19,<6"], packages=setuptools.find_namespace_packages( ".", include=("ansys.*", "google.*") ),