Skip to content

Commit 8f7954e

Browse files
Update protobuf requirement from <5,>=3.19 to >=3.19,<6 (#26)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3528742 commit 8f7954e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
url=f"https://github.com/ansys/{package_name}",
3737
license="MIT",
3838
python_requires=">=3.7",
39-
install_requires=["grpcio~=1.17", "protobuf>=3.19,<5"],
39+
install_requires=["grpcio~=1.17", "protobuf>=3.19,<6"],
4040
package_dir={"": "src"},
4141
packages=setuptools.find_namespace_packages("src", include=("ansys.*",)),
4242
package_data={

0 commit comments

Comments
 (0)