From c4530e0c932e4d71d31e28f29a328e53eb452b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:51:26 +0000 Subject: [PATCH] Update protobuf requirement from <6,>=3.19 to >=3.19,<7 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...v6.30.1) --- 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 9ccd3d8..623cedd 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,<6"], + install_requires=["grpcio~=1.17", "protobuf>=3.19,<7"], package_dir={"": "src"}, packages=setuptools.find_namespace_packages("src", include=("ansys.*",)), package_data={