From b2b5750cec2da534a3cd217916ece8e143a2e732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:23:41 +0000 Subject: [PATCH] Update protobuf requirement from <5,>=3.19 to >=3.19,<6 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.0...v5.26.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0d5b45..1fef10d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ url=f"https://github.com/ansys/{package_name}", license="MIT", python_requires=">=3.7", - install_requires=["grpcio~=1.17", "protobuf>=3.19,<5"], + install_requires=["grpcio~=1.17", "protobuf>=3.19,<6"], package_dir={"": "src"}, packages=setuptools.find_namespace_packages("src", include=("ansys.*",)), package_data={